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