Problem bestplace
User Austin
Submission Time 2025-07-04 18:26:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bestplace.cpp: In function ‘int main()’:
bestplace.cpp:4:1: error: ‘n’ was not declared in this scope
4 | n = int(input())
| ^
bestplace.cpp:4:9: error: ‘input’ was not declared in this scope
4 | n = int(input())
| ^~~~~