Problem | laptop |
---|---|
User | Astronite |
Submission Time | 2025-08-18 17:47:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
laptop.cpp: In function ‘int main()’:
laptop.cpp:5:5: error: ‘cin’ was not declared in this scope
5 | cin>>n>>m;
| ^~~
laptop.cpp:25:7: error: ‘cout’ was not declared in this scope
25 | cout<< "NA";
| ^~~~
laptop.cpp:28:7: error: ‘cout’ was not declared in this scope
28 | cout<< "Pan will buy a laptop made by Papple that will cost him "<< y;
| ^~~~
laptop.cpp:30:11: error: ‘cout’ was not declared in this scope
30 | else {cout<< "Pan will buy a laptop not made by Papple that will cost him"<< y;}
| ^~~~