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