| Problem | laptop |
|---|---|
| User | Dubidubidaphdaph |
| Submission Time | 2026-06-22 17:01:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
laptop.cpp: In function ‘int main()’:
laptop.cpp:18:75: error: ‘cheapest_nonapple’ was not declared in this scope; did you mean ‘cheapest_nonpapple’?
18 | cout << "Pan wil buy a laptop not made by Papple that will cost him" << cheapest_nonapple << ".";
| ^~~~~~~~~~~~~~~~~
| cheapest_nonpapple
laptop.cpp: At global scope:
laptop.cpp:23:1: error: expected declaration before ‘}’ token
23 | }
| ^