0_0_36632817_326.cpp: In function 'int main()':
0_0_36632817_326.cpp:129:14: error: expected unqualified-id before '[' token
for(auto &[x, y]: tmp) modify(1, x, y, 1)/*, debug(i), cerr<<x<<' '<<y<<endl*/;
^
0_0_36632817_326.cpp:129:14: error: expected ';' before '[' token
0_0_36632817_326.cpp:41:11: error: 'first' was not declared in this scope
#define x first
^
0_0_36632817_326.cpp:129:15: note: in expansion of macro 'x'
for(auto &[x, y]: tmp) modify(1, x, y, 1)/*, debug(i), cerr<<x<<' '<<y<<endl*/;
^
0_0_36632817_326.cpp:42:11: error: 'second' was not declared in this scope
#define y second
^
0_0_36632817_326.cpp:129:18: note: in expansion of macro 'y'
for(auto &[x, y]: tmp) modify(1, x, y, 1)/*, debug(i), cerr<<x<<' '<<y<<endl*/;
^
0_0_36632817_326.cpp: In lambda function:
0_0_36632817_326.cpp:129:20: error: expected '{' before ':' token
for(auto &[x, y]: tmp) modify(1, x, y, 1)/*, debug(i), cerr<<x<<' '<<y<<endl*/;
^
0_0_36632817_326.cpp: In function 'int main()':
0_0_36632817_326.cpp:129:20: error: expected ';' before ':' token
0_0_36632817_326.cpp:129:20: error: expected primary-expression before ':' token
0_0_36632817_326.cpp:129:20: error: expected ')' before ':' token
0_0_36632817_326.cpp:129:20: error: expected primary-expression before ':' token
|