| Problem | tourist_noi |
|---|---|
| User | xyzidk9 |
| Submission Time | 2026-02-28 10:26:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:12:20: error: expected ‘;’ before ‘}’ token
12 | res += trips*stp
| ^
| ;
13 | }
| ~