Problem tourist_noi
User cheryltkx
Submission Time 2026-02-28 09:57:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:7:9: error: ‘n’ was not declared in this scope
7 | int a [n];
| ^
tourist_noi.cpp:9:9: error: ‘a’ was not declared in this scope
9 | cin >>a[i];
| ^
tourist_noi.cpp:14:7: error: ‘a’ was not declared in this scope
14 | if (a[i]*x<y){
| ^