Borderou de evaluare (job #2846681)

Utilizator FunnyStockyMihnea Andreescu FunnyStocky Data 9 februarie 2022 15:17:42
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: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:60:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 60 | auto [l, r] = split(root, pos); | ^ main.cpp: In function 'void erase(int, int)': main.cpp:65:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 65 | auto [l, r1] = split(root, lpos); | ^ main.cpp:66:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 66 | auto [l1, r] = split(r1, rpos - lpos); | ^ main.cpp: In function 'void reverse(int, int)': main.cpp:78:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 78 | auto [l, r1] = split(root, lpos); | ^ main.cpp:79:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 79 | auto [l1, r] = split(r1, rpos - lpos); | ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
111ms335kbOK5
259ms794kbOK5
3227ms1945kbOK5
41396ms11808kbOK5
51467ms12922kbOK5
61392ms12931kbOK5
71447ms12980kbOK5
81327ms12939kbOK5
91206ms7778kbOK5
10892ms6176kbOK5
111076ms6754kbOK5
12905ms6148kbOK5
131343ms8454kbOK5
141128ms7303kbOK5
151154ms7372kbOK5
161993ms11702kbOK5
172190ms12603kbOK5
182156ms12550kbOK5
192344ms12644kbOK5
202181ms12644kbOK5
Punctaj total100

Ceva nu functioneaza?