제출 #3408

#제출 시각아이디문제언어결과실행 시간메모리
3408blmarketAncient symbol (kriii1_A)C++98
컴파일 에러
0 ms0 KiB
auto a = [&](int b) : int { return b; } int main(void) { a(5); }

컴파일 시 표준 에러 (stderr) 메시지

A.cpp:1:1: warning: 'auto' will change meaning in C++0x; please remove it [-Wc++0x-compat]
A.cpp:1:6: error: 'a' does not name a type
A.cpp: In function 'int main()':
A.cpp:6:6: error: 'a' was not declared in this scope