Problem | laptop |
---|---|
User | yhmixeI |
Submission Time | 2024-12-07 15:06:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
laptop.cpp: In function ‘int main()’:
laptop.cpp:21:80: error: expected ‘;’ before ‘}’ token
21 | cout<<"Pan will buy a laptop not made by\nPapple that will cost him"<<mn<<"."
| ^
| ;
22 | }
| ~
laptop.cpp:28:75: error: expected ‘;’ before ‘}’ token
28 | cout<<"Pan will buy a laptop made by\nPapple that will cost him"<<mn<<"."
| ^
| ;
29 | }
| ~