Problem tourist_noi
User Wheezycantcode
Submission Time 2024-02-25 17:58:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:8:12: error: ‘i’ was not declared in this scope
8 | int trips[i];
| ^
tourist_noi.cpp:10:9: error: ‘trips’ was not declared in this scope
10 | cin >> trips[i];
| ^~~~~