Problem tourist_noi
User tanyap2906
Submission Time 2025-06-10 16:21:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:8:14: error: expected ‘;’ before ‘}’ token
8 | cin >> a[i]
| ^
| ;
9 | }
| ~