| Problem | tourist_noi |
|---|---|
| User | Ap3xthird515 |
| Submission Time | 2026-02-20 15:06:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:6:2: error: expected initializer before ‘std’
6 | std::cin >> N >> X >> Y;
| ^~~
tourist_noi.cpp:16:8: error: ‘sum’ is not a member of ‘std’
16 | std::sum+=min(Y, X*A[i]);
| ^~~
tourist_noi.cpp:16:17: error: ‘Y’ was not declared in this scope
16 | std::sum+=min(Y, X*A[i]);
| ^