# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
71752 | 2018-08-25T14:20:55 Z | tamref_official_fanclub(#2249, imeimi2000) | The Ant Doing Hard Work (FXCUP3_ant) | C++17 | 3 ms | 256 KB |
#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 |
---|---|---|---|---|
1 | Runtime error | 3 ms | 256 KB | Execution failed because the return code was nonzero |
2 | Halted | 0 ms | 0 KB | - |