| Problem | tourist_noi |
|---|---|
| User | Kavinkv |
| Submission Time | 2025-02-20 20:51:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin >> n,x,y;
| ^~~
tourist_noi.cpp:10:10: error: ‘min’ was not declared in this scope; did you mean ‘main’?
10 | sum += min(arr[i]*x,y);
| ^~~
| main