Problem lunchbox
User smartsword
Submission Time 2025-01-22 17:53:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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:9:6: note: in expansion of macro ‘int’
9 | for(int; i = 0; i < m, i++){
| ^~~
lunchbox.cpp:9:11: error: ‘i’ was not declared in this scope
9 | for(int; i = 0; i < m, i++){
| ^