Borderou de evaluare (job #2846609)

Utilizator Cosmin2004_InfoMoldoveanu Cosmin Cosmin2004_Info Data 9 februarie 2022 13:31:34
Problema Secv8 Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 100

Raport evaluator

Compilare: main.cpp: In function 'std::array<treap*, 2> split(treap*, int)': main.cpp:31:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 31 | auto [res_left, res_right] = split(t -> left, key); | ^ main.cpp:36:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 36 | auto [res_left, res_right] = split(t -> right, key - size(t -> left) - 1); | ^ main.cpp: In function 'void insert(int, int)': main.cpp:59:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 59 | auto [l, r] = split(root, pos); | ^ main.cpp: In function 'void erase(int, int)': main.cpp:64:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 64 | auto [l, r1] = split(root, lpos); | ^ main.cpp:65:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 65 | auto [l1, r] = split(r1, rpos - lpos); | ^ main.cpp: In function 'void reverse(int, int)': main.cpp:77:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 77 | auto [l, r1] = split(root, lpos); | ^ main.cpp:78:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 78 | auto [l1, r] = split(r1, rpos - lpos); | ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
111ms360kbOK5
264ms835kbOK5
3227ms1941kbOK5
41372ms11776kbOK5
51451ms12931kbOK5
61399ms12939kbOK5
71460ms13017kbOK5
81380ms12922kbOK5
91199ms7745kbOK5
10902ms6123kbOK5
111053ms6787kbOK5
12896ms6139kbOK5
131334ms10518kbOK5
141125ms7270kbOK5
151142ms7389kbOK5
162004ms11706kbOK5
172193ms12611kbOK5
182148ms12578kbOK5
192319ms12636kbOK5
202198ms12611kbOK5
Punctaj total100

Ceva nu functioneaza?