- Owner
- Rares-Dan Chesauan
- Problem
- Boxes
- Source
- 0.71KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:13:1: error: 'f' was not declared in this scope f>>l[1][0]>>l[1][1]; ^ prog.cpp:8:26: warning: unused variable 'aux' [-Wunused-variable] short int m,l[100001][2],aux,w,b; ^