# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
7463 | 2014-08-08T13:57:46 Z | tncks0121 | Ancient symbol (kriii1_A) | C++ | 0 ms | 1084 KB |
#include <stdio.h> int main() { int x; scanf("%d", x); printf("%d", 111*x*x+11*x+1); }
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Runtime error | 0 ms | 1084 KB | SIGSEGV Segmentation fault |
2 | Halted | 0 ms | 0 KB | - |