답안 #4983

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
4983 2014-01-23T17:00:51 Z tkxkd7223 Ancient symbol (kriii1_A) C++
0 / 1
0 ms 1084 KB
#include<stdio.h>
int main(){
    int cnt;
    scanf("%d", cnt);
    printf("%d", cnt*111*cnt + cnt*11 + 1);
    return 0;
}
# 결과 실행 시간 메모리 Grader output
1 Runtime error 0 ms 1084 KB SIGSEGV Segmentation fault
2 Halted 0 ms 0 KB -