Problem laptop
User noel
Submission Time 2024-06-21 15:45:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

laptop.cpp: In function ‘int main()’:
laptop.cpp:5:9: error: expected ‘;’ before numeric constant
5 | cout<<5 6;
| ^~
| ;
laptop.cpp:6:2: error: expected ‘;’ before numeric constant
6 | 1 9;
| ^~
| ;
laptop.cpp:7:2: error: expected ‘;’ before numeric constant
7 | 1 5;
| ^~
| ;
laptop.cpp:8:2: error: expected ‘;’ before numeric constant
8 | 0 6;
| ^~
| ;
laptop.cpp:9:2: error: expected ‘;’ before numeric constant
9 | 0 0;
| ^~
| ;
laptop.cpp:10:2: error: expected ‘;’ before numeric constant
10 | 1 3;
| ^~
| ;