Borderou de evaluare (job #582633)

Utilizator avatar Razvan_Dedu Dedu Razvan Matei Razvan_Dedu IP ascuns
Problemă Chibrituri (clasa a 5-a) Compilator c-32
Rundă Tema 20 clasa a 5-a Status evaluat
Dată 20 feb. 2021 16:09:39 Scor 100

Raport evaluator

Compilare: main.c: In function 'main': main.c:49:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 49 | if(ore<10) | ^~ main.c:51:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 51 | fprintf(fout, "%d:", ore); | ^~~~~~~ main.c:53:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 53 | if(minute<10) | ^~ main.c:55:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 55 | fprintf(fout, "%d\n", minute); | ^~~~~~~ main.c:61:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 61 | if(ore<10) | ^~ main.c:63:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 63 | fprintf(fout, "%d:", ore); | ^~~~~~~ main.c:65:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 65 | if(minute<10) | ^~ main.c:67:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 67 | fprintf(fout, "%d", minute); | ^~~~~~~ main.c:10:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] 10 | fscanf(fin, "%d%d", &vert, &ori); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Test Timp execuție Memorie folosită Mesaj Punctaj/test
1 1 ms 262 kb OK 10
2 1 ms 262 kb OK 10
3 1 ms 262 kb OK 10
4 1 ms 262 kb OK 10
5 1 ms 262 kb OK 10
6 1 ms 262 kb OK 10
7 1 ms 262 kb OK 10
8 1 ms 262 kb OK 10
9 1 ms 262 kb OK 10
10 1 ms 262 kb OK 10
Punctaj total 100