Borderou de evaluare (job #2846237)

Utilizator Cosmin2004_InfoMoldoveanu Cosmin Cosmin2004_Info Data 8 februarie 2022 23:31:11
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: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); | ^ main.cpp: In function 'int query()': main.cpp:89:1: warning: no return statement in function returning non-void [-Wreturn-type] 89 | } | ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
12ms184kbKilled by Signal 110
216ms1310kbKilled by Signal 110
325ms2195kbKilled by Signal 110
425ms2076kbKilled by Signal 110
578ms6438kbKilled by Signal 110
62ms262kbKilled by Signal 110
725ms2076kbKilled by Signal 110
825ms2076kbKilled by Signal 110
983ms6422kbKilled by Signal 110
1083ms6541kbKilled by Signal 110
Punctaj total0

Ceva nu functioneaza?