| Problem | trainorbus |
|---|---|
| User | qiutian |
| Submission Time | 2026-02-11 11:09:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
trainorbus.cpp: In function ‘int main()’:
trainorbus.cpp:21:5: error: expected ‘,’ or ‘;’ before ‘for’
21 | for (int i = 0; i<numNodes;i++){
| ^~~
trainorbus.cpp:21:21: error: ‘i’ was not declared in this scope
21 | for (int i = 0; i<numNodes;i++){
| ^