Borderou de evaluare (job #716352)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Inundație | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 23 apr. 2023 14:29:54 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int cerinta1(int)':
main.cpp:13:17: error: expected ';' before 'if'
13 | cin >> y
| ^
| ;
14 | if (y > max)
| ~~
main.cpp:16:9: error: 'else' without a previous 'if'
16 | else if (y < min)
| ^~~~