0_0_37740436_20301.cpp: In function 'void djs()':
0_0_37740436_20301.cpp:59:22: error: expected unqualified-id before '[' token
for(auto [i,y]:mp){
^
0_0_37740436_20301.cpp:59:22: error: expected ';' before '[' token
0_0_37740436_20301.cpp:59:23: error: 'i' was not declared in this scope
for(auto [i,y]:mp){
^
0_0_37740436_20301.cpp:4:11: error: 'second' was not declared in this scope
#define y second
^
0_0_37740436_20301.cpp:59:25: note: in expansion of macro 'y'
for(auto [i,y]:mp){
^
0_0_37740436_20301.cpp: In lambda function:
0_0_37740436_20301.cpp:59:27: error: expected '{' before ':' token
for(auto [i,y]:mp){
^
0_0_37740436_20301.cpp: In function 'void djs()':
0_0_37740436_20301.cpp:59:27: error: expected ';' before ':' token
0_0_37740436_20301.cpp:59:27: error: expected primary-expression before ':' token
0_0_37740436_20301.cpp:59:27: error: expected ')' before ':' token
0_0_37740436_20301.cpp:59:27: error: expected primary-expression before ':' token
|