| Problem | laptop |
|---|---|
| User | lyangela |
| Submission Time | 2024-06-21 15:39:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
laptop.cpp:1:1: error: ‘string’ does not name a type
1 | string N = "Pan will buy a laptop made by Papple that will cost him 3.";
| ^~~~~~
laptop.cpp:2:1: error: ‘cout’ does not name a type
2 | cout<<N;
| ^~~~