Problem tourist_noi
User boaznumberd5555
Submission Time 2025-02-25 16:01:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:7:18: error: expected ‘;’ before ‘int’
7 | int n; cin>>n
| ^
| ;
8 |
9 | int a[n];
| ~~~
tourist_noi.cpp:15:35: error: ‘a’ was not declared in this scope
15 | for(int i = 0; i<n; i++) cin>>a[i];
| ^
tourist_noi.cpp:19:42: error: ‘a’ was not declared in this scope
19 | for(int i = 0; i<n; i++) output+=min(a[i],b[i]);
| ^