Problem tourist_noi
User chickennn
Submission Time 2026-04-15 17:36:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:10:2: error: expected initializer before ‘for’
10 | for (int i = 1; i <= n; i++) {
| ^~~
tourist_noi.cpp:10:18: error: ‘i’ was not declared in this scope
10 | for (int i = 1; i <= n; i++) {
| ^