Problem bestplace
User OSoverspike
Submission Time 2023-04-23 11:37:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bestplace.cpp: In function ‘int main()’:
bestplace.cpp:19:10: error: ‘temp1’ was not declared in this scope
19 | sort(temp1.begin(), temp1.end());
| ^~~~~
bestplace.cpp:20:10: error: ‘temp2’ was not declared in this scope
20 | sort(temp2.begin(), temp2.end());
| ^~~~~