Problem personalspace
User haydendoo
Submission Time 2023-01-12 12:47:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

personalspace.cpp: In function ‘void solve()’:
personalspace.cpp:232:5: error: ‘pii’ was not declared in this scope; did you mean ‘pi’?
232 | pii temp[n];
| ^~~
| pi
personalspace.cpp:233:17: error: ‘temp’ was not declared in this scope
233 | FOR(n) read(temp[i].first);
| ^~~~
personalspace.cpp:234:17: error: ‘temp’ was not declared in this scope
234 | FOR(n) read(temp[i].second);
| ^~~~
personalspace.cpp:235:10: error: ‘temp’ was not declared in this scope
235 | sort(temp,temp+n);
| ^~~~