# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
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); }
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Runtime error | 2 ms | 256 KB | Execution failed because the return code was nonzero |
2 | Halted | 0 ms | 0 KB | - |