Problem | tourist_noi |
---|---|
User | ndgsghdj |
Submission Time | 2025-04-15 16:11:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:15:22: error: expected ‘;’ before ‘}’ token
15 | total += n * trips
| ^
| ;
16 | } else {
| ~
tourist_noi.cpp:17:14: error: expected ‘;’ before ‘}’ token
17 | total += y
| ^
| ;
18 | }
| ~
tourist_noi.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
tourist_noi.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^