Borderou de evaluare (job #776185)

Utilizator avatar Patrickvasile Soltan Cristian Patrickvasile IP ascuns
Problemă Habarnam (clasele 11-12) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 25 apr. 2024 12:38:46 Scor 100

Raport evaluator

Compilare: main.cpp: In function 'nodArb constru(int, int, int)': main.cpp:66:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 66 | if (l == r) return sgt[x] = face_nodArb(a[l]);int mid = (l + r) / 2; | ^~ main.cpp:66:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 66 | if (l == r) return sgt[x] = face_nodArb(a[l]);int mid = (l + r) / 2; | ^~~ main.cpp: In function 'nodArb cer(int, int, int, int, int)': main.cpp:71:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 71 | if (il <= l && r <= ir) return sgt[x];if (l > ir || r < il) return nodArb(); | ^~ main.cpp:71:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 71 | if (il <= l && r <= ir) return sgt[x];if (l > ir || r < il) return nodArb(); | ^~ main.cpp: In function 'nodArb update(int, int, int, int, int)': main.cpp:77:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 77 | if (l == r && l == pos) return sgt[x] = face_nodArb(a[l]);if (l > pos || r < pos) return sgt[x]; | ^~ main.cpp:77:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 77 | if (l == r && l == pos) return sgt[x] = face_nodArb(a[l]);if (l > pos || r < pos) return sgt[x]; | ^~
Test Timp execuție Memorie folosită Mesaj Punctaj/test
1 1 ms 507 kb OK 10
2 1 ms 274 kb OK 10
3 1 ms 249 kb OK 10
4 19 ms 1273 kb OK 10
5 119 ms 4526 kb OK 10
6 149 ms 2592 kb OK 10
7 209 ms 4526 kb OK 10
8 218 ms 2404 kb OK 10
9 249 ms 4689 kb OK 10
10 269 ms 4636 kb OK 10
Punctaj total 100