# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
108706 | 2019-05-01T06:02:03 Z | tjd229 | 1-Color Coloring (FXCUP2_coloring) | C++14 | 3 ms | 452 KB |
#include "coloring.h" void ColoringSame(int N){ for(int i=0;i<7300;++i) Color(1); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Runtime error | 3 ms | 452 KB | Execution failed because the return code was nonzero |
2 | Halted | 0 ms | 0 KB | - |