| Problem | tourist_noi |
|---|---|
| User | rolland |
| Submission Time | 2026-02-14 19:42:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:16:31: error: expected ‘;’ before ‘}’ token
16 | ans+=std::max(trips*t, d)
| ^
| ;
17 |
18 | }
| ~