Problem tourist_noi
User Indy39910
Submission Time 2025-02-21 14:17:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:19:13: error: expected ‘;’ at end of input
19 | return 0
| ~^
| ;
tourist_noi.cpp:19:12: error: expected ‘}’ at end of input
19 | return 0
| ^
tourist_noi.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^