Borderou de evaluare (job #813478)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Minute1 (clasa a 6-a) | Compilator | c-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 9 mar. 2025 18:21:51 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c: In function 'main':
main.c:15:13: error: called object 'mt' is not a function or function pointer
15 | if (mt(h3, m3)) {
| ^~
main.c:11:9: note: declared here
11 | int mt = h2 * 60 + m2;
| ^~
main.c:9:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
9 | fscanf(fin, "%d %d %d %d", &h1, &m1, &h2, &m2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~