评测信息

运行ID: 58502
src.cpp: In function 'int main()':
src.cpp:10:25: error: 'whlie' was not declared in this scope
whlie(cin >> a[n ]) ;
^
src.cpp:15:14: error: expected unqualified-id before '[' token
for(auto [x , y] : cnt){
^
src.cpp:15:14: error: expected ';' before '[' token
src.cpp:15:15: error: 'x' was not declared in this scope
for(auto [x , y] : cnt){
^
src.cpp:15:19: error: 'y' was not declared in this scope
for(auto [x , y] : cnt){
^
src.cpp: In lambda function:
src.cpp:15:22: error: expected '{' before ':' token
for(auto [x , y] : cnt){
^
src.cpp: In function 'int main()':
src.cpp:15:22: error: expected ';' before ':' token
src.cpp:15:22: error: expected primary-expression before ':' token
src.cpp:15:22: error: expected ')' before ':' token
src.cpp:15:22: error: expected primary-expression before ':' token