| Problem | tourist_noi |
|---|---|
| User | rolland |
| Submission Time | 2026-02-14 19:41:41 |
| 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:18: error: ‘trips’ was not declared in this scope
15 | std::cin >> trips;
| ^~~~~
tourist_noi.cpp: At global scope:
tourist_noi.cpp:21:6: error: ‘cout’ in namespace ‘std’ does not name a type
21 | 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:23:1: error: expected unqualified-id before ‘return’
23 | return 0;
| ^~~~~~
tourist_noi.cpp:25:1: error: expected declaration before ‘}’ token
25 | }
| ^