| Problem | laptop |
|---|---|
| User | eipi10 |
| Submission Time | 2026-06-23 06:11:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
laptop.cpp: In function ‘int main()’:
laptop.cpp:8:2: error: ‘cheapest_papple’ was not declared in this scope
8 | cheapest_papple = 1e16;
| ^~~~~~~~~~~~~~~
laptop.cpp:9:2: error: ‘cheapest_nonpapple’ was not declared in this scope
9 | cheapest_nonpapple = 1e16;
| ^~~~~~~~~~~~~~~~~~
laptop.cpp:10:27: error: expected ‘;’ before ‘)’ token
10 | for (int i=1; i<=N, i=i+1){
| ^
| ;
laptop.cpp:15:2: error: ‘cheapest_apple’ was not declared in this scope
15 | cheapest_apple = C;
| ^~~~~~~~~~~~~~
laptop.cpp:19:2: error: ‘cheapest_nonapple’ was not declared in this scope
19 | cheapest_nonapple = C;
| ^~~~~~~~~~~~~~~~~