Problem tourist_noi
User Wheezycantcode
Submission Time 2024-02-25 17:53:42
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 ‘,’ or ‘;’ before ‘int’
8 | int trips[n];
| ^~~
tourist_noi.cpp:11:10: error: ‘trips’ was not declared in this scope
11 | cin >> trips[n];
| ^~~~~
tourist_noi.cpp:14:8: error: ‘trips’ was not declared in this scope
14 | if(x*trips[i] < y){
| ^~~~~