0_0_39487411_24464.cpp: In function 'void solve()':
0_0_39487411_24464.cpp:162:27: error: expected ';' before ')' token
162 | mp[time] = pos) {
| ^
| ;
0_0_39487411_24464.cpp:193:9: error: 'else' without a previous 'if'
193 | else if (op == 1) {
| ^~~~
0_0_39487411_24464.cpp:193:18: error: 'op' was not declared in this scope; did you mean 'mp'?
193 | else if (op == 1) {
| ^~
| mp
0_0_39487411_24464.cpp:196:17: error: continue statement not within a loop
196 | continue;
| ^~~~~~~~
0_0_39487411_24464.cpp:203:17: error: continue statement not within a loop
203 | continue;
| ^~~~~~~~
0_0_39487411_24464.cpp:207:17: error: continue statement not within a loop
207 | continue;
| ^~~~~~~~
0_0_39487411_24464.cpp: At global scope:
0_0_39487411_24464.cpp:212:5: error: 'sp' does not name a type
212 | sp.init();
| ^~
0_0_39487411_24464.cpp:213:1: error: expected declaration before '}' token
213 | }
| ^
|