| Problem | trainorbus |
|---|---|
| User | HumbleCode257 |
| Submission Time | 2026-03-10 09:44:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
trainorbus.cpp: In function ‘int main()’:
trainorbus.cpp:24:18: error: expected ‘;’ before ‘return’
24 | cout << total
| ^
| ;
25 | return 0;
| ~~~~~~