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

Compile Error

laptop.cpp: In function ‘int main()’:
laptop.cpp:17:2: error: expected ‘,’ or ‘;’ before ‘for’
17 | for (int i = 0; i < N; i++) {
| ^~~
laptop.cpp:17:18: error: ‘i’ was not declared in this scope
17 | for (int i = 0; i < N; i++) {
| ^
laptop.cpp:22:30: error: ‘value’ was not declared in this scope
22 | int min_value = 1000000000; value = 0
| ^~~~~
laptop.cpp:33:2: error: ‘else’ without a previous ‘if’
33 | else {
| ^~~~