# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
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); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Runtime error | 0 ms | 1084 KB | SIGSEGV Segmentation fault |
2 | Halted | 0 ms | 0 KB | - |