Problem | laptop |
---|---|
User | lynovyl |
Submission Time | 2024-06-21 15:48:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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:16:10: error: ‘csize’ was not declared in this scope; did you mean ‘bsize’?
16 | cout << csize[1] << endl;
| ^~~~~
| bsize
laptop.cpp:18:1: error: expected primary-expression before ‘}’ token
18 | }
| ^