Problem | tourist_noi |
---|---|
User | Wheezycantcode |
Submission Time | 2024-02-25 17:53:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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){
| ^~~~~