Problem tourist_noi
User hitarthdangra
Submission Time 2026-02-20 05:19:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:20:22: error: expected ‘)’ before ‘;’ token
20 | val += min(a[i]*x,y;
| ~ ^
| )
tourist_noi.cpp:23:13: error: expected ‘}’ at end of input
23 | cout << val;
| ^
tourist_noi.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^