# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
71756 | tamref_official_fanclub (#119) | The Ant Doing Hard Work (FXCUP3_ant) | C++98 | 2 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+e)/3;int ret=DeliverCount(m);if(ret==0)s=m+1;else if(ret==1) s=m/2+1,e=m;else e=m/2;}return s;}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |