| Problem | laptop |
|---|---|
| User | brian |
| Submission Time | 2026-06-22 16:55:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
laptop.cpp: In function ‘int main()’:
laptop.cpp:11:22: error: ‘cheapest_nonpapple’ was not declared in this scope; did you mean ‘cheapest_non_papple’?
11 | if (papple == 0 && cheapest_nonpapple > cost) cheapest_nonpapple = cost;
| ^~~~~~~~~~~~~~~~~~
| cheapest_non_papple
laptop.cpp:15:13: error: ‘cheapest_nonpapple’ was not declared in this scope; did you mean ‘cheapest_non_papple’?
15 | } else if (cheapest_nonpapple <= m){
| ^~~~~~~~~~~~~~~~~~
| cheapest_non_papple