Borderou de evaluare (job #2846239)

Utilizator Cosmin2004_InfoMoldoveanu Cosmin Cosmin2004_Info Data 8 februarie 2022 23:33:25
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
245ms2125kbOK10
369ms3170kbOK10
473ms3203kbOK10
5229ms10399kbOK10
635ms888kbRaspuns gresit20
768ms2977kbOK10
873ms2367kbOK10
9280ms9621kbOK10
10279ms8462kbOK10
Punctaj total90

Ceva nu functioneaza?