# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
71750 | 2018-08-25T14:16:07 Z | tamref_official_fanclub(#2249, imeimi2000) | 일하는 개미 (FXCUP3_ant) | C++ | 3 ms | 256 KB |
#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;}
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Runtime error | 3 ms | 256 KB | Execution failed because the return code was nonzero |
2 | Halted | 0 ms | 0 KB | - |