# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
71750 | tamref_official_fanclub (#119) | 일하는 개미 (FXCUP3_ant) | C++98 | 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=1e8-1;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... |