Problem laptop
User SMJ360
Submission Time 2024-06-21 13:30:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

laptop.cpp: In function ‘int main()’:
laptop.cpp:23:2: error: expected ‘,’ or ‘;’ before ‘if’
23 | if (papple_found) {
| ^~
laptop.cpp:33:2: error: ‘else’ without a previous ‘if’
33 | else {
| ^~~~
laptop.cpp:35:14: error: ‘i’ was not declared in this scope
35 | value = L[i].first;
| ^