| Problem | trainorbus |
|---|---|
| User | TK |
| Submission Time | 2026-01-24 14:20:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
trainorbus.cpp: In function ‘int main()’:
trainorbus.cpp:12:16: error: ‘trian’ was not declared in this scope; did you mean ‘train’?
12 | cin >> trian[i];
| ^~~~~
| train
trainorbus.cpp:26:13: error: expected ‘}’ at end of input
26 | return 0;
| ^
trainorbus.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^