Problem | laptop |
---|---|
User | rynz |
Submission Time | 2024-06-21 15:23:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
laptop.cpp: In function ‘int main()’:
laptop.cpp:19:68: error: expected ‘;’ before ‘return’
19 | cout<<"Pan will buy a laptop made by Papple that will cost him 3."
| ^
| ;
20 | return 0;
| ~~~~~~