| Problem | laptop |
|---|---|
| User | alice157050 |
| Submission Time | 2026-06-22 17:00:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
laptop.cpp: In function ‘int main()’:
laptop.cpp:9:30: error: ‘le16’ was not declared in this scope
9 | long long cheapest_papple = le16, cheapest_nonpapple = le16;
| ^~~~
laptop.cpp:13:22: error: ‘cheapest_nonpapple’ was not declared in this scope; did you mean ‘cheapest_papple’?
13 | if (papple == 0 && cheapest_nonpapple > cost)cheapest_nonpapple = cost;
| ^~~~~~~~~~~~~~~~~~
| cheapest_papple
laptop.cpp:18:11: error: ‘cheapest_nonpapple’ was not declared in this scope; did you mean ‘cheapest_papple’?
18 | else if (cheapest_nonpapple <= m){
| ^~~~~~~~~~~~~~~~~~
| cheapest_papple