| Problem | trainorbus |
|---|---|
| User | yuanbin |
| Submission Time | 2026-04-09 08:57:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
trainorbus.cpp: In function ‘int main()’:
trainorbus.cpp:21:21: error: expected ‘;’ before ‘}’ token
21 | res += bustime[i]
| ^
| ;
22 | } else res += traintime[i]
| ~
trainorbus.cpp:22:29: error: expected ‘;’ before ‘}’ token
22 | } else res += traintime[i]
| ^
| ;
23 | }
| ~