Problem tourist_noi
User AustinPi
Submission Time 2024-06-29 11:07:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:19:11: error: expected ‘;’ before ‘return’
19 | cout << e
| ^
| ;
20 | return 0;
| ~~~~~~