Problem laptop
User shniaa10
Submission Time 2024-06-21 15:16:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

laptop.cpp: In function ‘int main()’:
laptop.cpp:8:9: error: ‘x’ was not declared in this scope
8 | cin >> x;
| ^
laptop.cpp:9:70: error: expected ‘;’ before ‘}’ token
9 | cout << "Pan will buy a laptop made by Papple that will cost him 3."
| ^
| ;
10 |
11 | }
| ~