| Problem | tourist_noi |
|---|---|
| User | AustinPi |
| Submission Time | 2024-06-29 11:06:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:19:11: error: expected ‘;’ before ‘return’
19 | cout << e
| ^
| ;
20 | return 0;
| ~~~~~~