0_0_26135138_19244.cpp:62:2: error: stray '#' in program
for(auto a : s[u])
^
0_0_26135138_19244.cpp:62:9: error: stray '#' in program
for(auto a : s[u])
^
0_0_26135138_19244.cpp:63:2: error: stray '#' in program
s[fa].insert(a);
^
0_0_26135138_19244.cpp:63:9: error: stray '#' in program
s[fa].insert(a);
^
0_0_26135138_19244.cpp:63:16: error: stray '#' in program
s[fa].insert(a);
^
0_0_26135138_19244.cpp:63:23: error: stray '#' in program
s[fa].insert(a);
^
0_0_26135138_19244.cpp: In function 'void upp(int, int)':
0_0_26135138_19244.cpp:62:3: error: lvalue required as unary '&' operand
for(auto a : s[u])
^
0_0_26135138_19244.cpp:62:10: error: lvalue required as unary '&' operand
for(auto a : s[u])
^
0_0_26135138_19244.cpp:63:3: error: lvalue required as unary '&' operand
s[fa].insert(a);
^
0_0_26135138_19244.cpp:63:10: error: lvalue required as unary '&' operand
s[fa].insert(a);
^
0_0_26135138_19244.cpp:63:17: error: lvalue required as unary '&' operand
s[fa].insert(a);
^
0_0_26135138_19244.cpp:63:24: error: lvalue required as unary '&' operand
s[fa].insert(a);
^
0_0_26135138_19244.cpp:63:42: error: 'a' was not declared in this scope
s[fa].insert(a);
^
|