| Problem | tourist_noi |
|---|---|
| User | ATHY |
| Submission Time | 2024-06-19 22:33:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:9:33: error: expected ‘;’ before ‘}’ token
9 | counter = counter + min(a*x,y) //can use min function also. stupid me :(
| ^
| ;
10 | }
| ~