Problem tourist_noi
User sharelletqx
Submission Time 2026-02-28 09:56:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:8:2: error: expected initializer before ‘for’
8 | for (int i=0;i<n;i++){
| ^~~
tourist_noi.cpp:8:15: error: ‘i’ was not declared in this scope
8 | for (int i=0;i<n;i++){
| ^
tourist_noi.cpp:14:6: error: ‘a’ was not declared in this scope
14 | if(a[i]*x<y){
| ^