| Problem | laptop |
|---|---|
| User | calvinkulit |
| Submission Time | 2026-06-22 16:44:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
laptop.cpp: In function ‘int main()’:
laptop.cpp:21:3: error: expected ‘}’ before ‘else’
21 | else if (cheapest_nonpapple < m){
| ^~~~
laptop.cpp:19:54: note: to match this ‘{’
19 | if ((papple_flag == true) && (cheapest_papple < m)){
| ^
laptop.cpp:23:3: error: expected ‘}’ before ‘else’
23 | else{
| ^~~~
laptop.cpp:21:35: note: to match this ‘{’
21 | else if (cheapest_nonpapple < m){
| ^