Problem tourist_noi
User rolland
Submission Time 2026-02-14 19:42:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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 | }
| ~
tourist_noi.cpp: At global scope:
tourist_noi.cpp:20:6: error: ‘cout’ in namespace ‘std’ does not name a type
20 | std::cout << ans;
| ^~~~
In file included from tourist_noi.cpp:1:
/usr/include/c++/9/iostream:61:18: note: ‘std::cout’ declared here
61 | extern ostream cout; /// Linked to standard output
| ^~~~
tourist_noi.cpp:22:1: error: expected unqualified-id before ‘return’
22 | return 0;
| ^~~~~~
tourist_noi.cpp:24:1: error: expected declaration before ‘}’ token
24 | }
| ^