Borderou de evaluare (job #2846223)

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

Raport evaluator

Compilare: main.cpp: In function 'std::array<treap*, 2> split(treap*, int)': main.cpp:28:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 28 | auto [res_left, res_right] = split(t -> left, key); | ^ main.cpp:33:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 33 | auto [res_left, res_right] = split(t -> right, key - size(t -> left) - 1); | ^ main.cpp: In function 'void insert(int, int)': main.cpp:70:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 70 | auto [l, r] = split(root, pos); | ^ main.cpp: In function 'void erase(int)': main.cpp:76:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 76 | auto [l, r1] = split(root, pos); | ^ main.cpp:77:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 77 | auto [to_delete, r] = split(r1, 1); | ^ main.cpp: In function 'int solve()': main.cpp:94:1: warning: control reaches end of non-void function [-Wreturn-type] 94 | } | ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
12ms184kbKilled by Signal 110
216ms1363kbKilled by Signal 110
325ms2109kbKilled by Signal 110
425ms2076kbKilled by Signal 110
578ms6397kbKilled by Signal 110
62ms184kbKilled by Signal 110
725ms2199kbKilled by Signal 110
825ms2183kbKilled by Signal 110
978ms6455kbKilled by Signal 110
1078ms6434kbKilled by Signal 110
Punctaj total0

Ceva nu functioneaza?