| Problem | trainorbus |
|---|---|
| User | suzienguyen |
| Submission Time | 2026-03-10 11:13:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
trainorbus.cpp: In function ‘int32_t main()’:
trainorbus.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
trainorbus.cpp:9:2: note: in expansion of macro ‘int’
9 | int ans;
| ^~~
trainorbus.cpp:9:6: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
9 | int ans;
| ^~~
| abs
trainorbus.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
trainorbus.cpp:10:2: note: in expansion of macro ‘int’
10 | int n;
| ^~~
trainorbus.cpp:10:6: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
10 | int n;
| ^
| yn
trainorbus.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
trainorbus.cpp:12:2: