Pagini recente » Borderou de evaluare (job #2248949) | Borderou de evaluare (job #1404624) | Borderou de evaluare (job #480621) | Borderou de evaluare (job #550661) | Borderou de evaluare (job #2846223)
Borderou de evaluare (job #2846223)
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 |
1 | 2ms | 184kb | Killed by Signal 11 | 0 |
2 | 16ms | 1363kb | Killed by Signal 11 | 0 |
3 | 25ms | 2109kb | Killed by Signal 11 | 0 |
4 | 25ms | 2076kb | Killed by Signal 11 | 0 |
5 | 78ms | 6397kb | Killed by Signal 11 | 0 |
6 | 2ms | 184kb | Killed by Signal 11 | 0 |
7 | 25ms | 2199kb | Killed by Signal 11 | 0 |
8 | 25ms | 2183kb | Killed by Signal 11 | 0 |
9 | 78ms | 6455kb | Killed by Signal 11 | 0 |
10 | 78ms | 6434kb | Killed by Signal 11 | 0 |
Punctaj total | 0 |