Borderou de evaluare (job #739201)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Tir1 (clasa a 6-a) | Compilator | c-32 |
Rundă | Tema 6 clasa a 6-a | Status | evaluat |
Dată | 21 oct. 2023 13:09:03 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c:6:7: error: expected identifier or '(' before 'else'
6 | } else {
| ^~~~
main.c:17:5: error: expected identifier or '(' before 'return'
17 | return 0;
| ^~~~~~
main.c:18:1: error: expected identifier or '(' before '}' token
18 | }
| ^
main.c: In function 'main':
main.c:5:5: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
5 | scanf("%lld %lld %lld %lld", &h, &f, &d, &g);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~