Problem laptop
User Dubidubidaphdaph
Submission Time 2026-06-22 17:00:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

laptop.cpp: In function ‘int main()’:
laptop.cpp:17:13: error: ‘cheapest_nonapple’ was not declared in this scope; did you mean ‘cheapest_nonpapple’?
17 | } else if (cheapest_nonapple <= m) {
| ^~~~~~~~~~~~~~~~~
| cheapest_nonpapple
laptop.cpp: At global scope:
laptop.cpp:23:1: error: expected declaration before ‘}’ token
23 | }
| ^