# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
71752 | tamref_official_fanclub (#119) | The Ant Doing Hard Work (FXCUP3_ant) | C++17 | 3 ms | 256 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include "ant.h"
int FindK(){int s=1,e=99999999;while(s<e){int m=(s+e+1)/2;if(DeliverCount(m))s=m;else e=m-1;}return s;}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |