Problem laptop
User lynovyl
Submission Time 2024-06-21 15:48:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

laptop.cpp: In function ‘int main()’:
laptop.cpp:15:6: error: redeclaration of ‘int bsize [2]’
15 | int bsize[2]={1,5};
| ^~~~~
laptop.cpp:12:6: note: ‘int bsize [2]’ previously declared here
12 | int bsize[2]={1,9};
| ^~~~~
laptop.cpp:18:1: error: expected primary-expression before ‘}’ token
18 | }
| ^