# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
72273 | 2018-08-26T06:40:08 Z | Semteo For Ajou(#2257, tph00300, txepahs, bmw) | First-to-Solve Hunter (FXCUP3_firstsolve) | Text | 0 ms | 0 KB |
#include <stdio.h> int main() { int n; printf("1 2 3 4 5 6 7 8 9 10 12 34"); return 0; }
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 0 KB | Expected integer, but "#include" found |