Problem | lunchbox |
---|---|
User | SioHuang |
Submission Time | 2023-11-09 13:49:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
lunchbox.cpp:6:2: note: in expansion of macro ‘int’
6 | int lb;
| ^~~
lunchbox.cpp:6:6: error: ‘lb’ was not declared in this scope
6 | int lb;
| ^~
lunchbox.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
lunchbox.cpp:7:2: note: in expansion of macro ‘int’
7 | int slb = 0;
| ^~~
lunchbox.cpp:7:6: error: ‘slb’ was not declared in this scope
7 | int slb = 0;
| ^~~
lunchbox.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
lunchbox.cpp:8:2: note: in expansion of macro ‘int’
8 | int schs;
| ^~~
lunchbox.cpp: