Pagini recente » Borderou de evaluare (job #2429665) | Borderou de evaluare (job #1354568) | Borderou de evaluare (job #2443055) | Borderou de evaluare (job #1898219) | Borderou de evaluare (job #2846225)
Borderou de evaluare (job #2846225)
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 solve()':
main.cpp:88:1: warning: no return statement in function returning non-void [-Wreturn-type]
88 | }
| ^
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
| 1 | 2ms | 184kb | Killed by Signal 11 | 0 |
| 2 | 16ms | 1339kb | Killed by Signal 11 | 0 |
| 3 | 25ms | 1994kb | Killed by Signal 11 | 0 |
| 4 | 25ms | 2019kb | Killed by Signal 11 | 0 |
| 5 | 82ms | 6590kb | Killed by Signal 11 | 0 |
| 6 | 2ms | 184kb | Killed by Signal 11 | 0 |
| 7 | 25ms | 2060kb | Killed by Signal 11 | 0 |
| 8 | 25ms | 2031kb | Killed by Signal 11 | 0 |
| 9 | 83ms | 6623kb | Killed by Signal 11 | 0 |
| 10 | 83ms | 6443kb | Killed by Signal 11 | 0 |
| Punctaj total | 0 |