Pagini recente » Borderou de evaluare (job #2468042) | Borderou de evaluare (job #299369) | Borderou de evaluare (job #1017839) | Borderou de evaluare (job #594514) | Borderou de evaluare (job #2846210)
Borderou de evaluare (job #2846210)
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:67:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
67 | auto [l, r] = split(root, pos);
| ^
main.cpp: In function 'void erase(int)':
main.cpp:73:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
73 | auto [l, r1] = split(root, pos);
| ^
main.cpp:74:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
74 | auto [to_delete, r] = split(r1, 1);
| ^
main.cpp: In function 'int solve()':
main.cpp:89:1: warning: no return statement in function returning non-void [-Wreturn-type]
89 | }
| ^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 2ms | 184kb | Killed by Signal 11 | 0 |
2 | 6ms | 290kb | Killed by Signal 11 | 0 |
3 | 11ms | 372kb | Killed by Signal 11 | 0 |
4 | 11ms | 380kb | Killed by Signal 11 | 0 |
5 | 30ms | 606kb | Killed by Signal 11 | 0 |
6 | 2ms | 184kb | Killed by Signal 11 | 0 |
7 | 11ms | 352kb | Killed by Signal 11 | 0 |
8 | 11ms | 376kb | Killed by Signal 11 | 0 |
9 | 30ms | 569kb | Killed by Signal 11 | 0 |
10 | 30ms | 569kb | Killed by Signal 11 | 0 |
Punctaj total | 0 |