| Problem | laptop |
|---|---|
| User | noel |
| Submission Time | 2024-06-21 15:45:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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
| ^~
| ;