답안 #4379

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
4379 2013-09-21T04:25:39 Z kipa00 Ancient symbol (kriii1_A) C++
컴파일 오류
0 ms 0 KB
#include<cstdio>
a;main(){scanf("%d",&a);return printf("%d",111*a*a+11*a+1);}

Compilation message

A.cpp:2:1: error: 'a' does not name a type
A.cpp:2:8: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
A.cpp: In function 'int main()':
A.cpp:2:22: error: 'a' was not declared in this scope