Borderou de evaluare (job #2846243)

Utilizator Cosmin2004_InfoMoldoveanu Cosmin Cosmin2004_Info Data 8 februarie 2022 23:46:57
Problema Rotatii Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 90

Raport evaluator

Compilare: main.cpp: In function 'std::array<treap*, 2> split(treap*, int)': main.cpp:32:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 32 | auto [res_left, res_right] = split(t -> left, key); | ^ main.cpp:37:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 37 | auto [res_left, res_right] = split(t -> right, key - size(t -> left) - 1); | ^ main.cpp: In function 'void insert(int, int)': main.cpp:74:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 74 | auto [l, r] = split(root, pos); | ^ main.cpp: In function 'void erase(int)': main.cpp:80:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 80 | auto [l, r1] = split(root, pos); | ^ main.cpp:81:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 81 | auto [to_delete, r] = split(r1, 1); | ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
12ms184kbOK10
245ms2158kbOK10
364ms3133kbOK10
469ms3186kbOK10
5242ms10432kbOK10
635ms831kbRaspuns gresit20
773ms3063kbOK10
873ms2375kbOK10
9283ms8323kbOK10
10283ms8462kbOK10
Punctaj total90

Ceva nu functioneaza?