Submission #3408

#TimeUsernameProblemLanguageResultExecution timeMemory
3408blmarketAncient symbol (kriii1_A)C++98
Compilation error
0 ms0 KiB
auto a = [&](int b) : int { return b; } int main(void) { a(5); }

Compilation message (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