Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2608013)
| Utilizator | Data | 30 aprilie 2020 14:25:54 | |
|---|---|---|---|
| Problema | Arbori binari de cautare echilibrati | Status | done |
| Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
| Scor | 100 | ||
Raport evaluator
Compilare:
main.cpp: In constructor 'node::node(long int, bool, node*, node*, node*)':
main.cpp:8:10: warning: 'node::data' will be initialized after [-Wreorder]
long data;
^~~~
main.cpp:7:11: warning: 'bool node::color' [-Wreorder]
bool color; /// true = black, false = Red
^~~~~
main.cpp:11:5: warning: when initialized here [-Wreorder]
node (long val, bool col, node * a, node * b, node * c) :data(val), color(col), left(a),right(b), parent(c){}
^~~~
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 3ms | 131kb | OK | 5 |
| 2 | 3ms | 131kb | OK | 5 |
| 3 | 3ms | 131kb | OK | 5 |
| 4 | 92ms | 2752kb | OK | 5 |
| 5 | 101ms | 2752kb | OK | 5 |
| 6 | 101ms | 2752kb | OK | 5 |
| 7 | 3ms | 131kb | OK | 5 |
| 8 | 3ms | 131kb | OK | 5 |
| 9 | 3ms | 131kb | OK | 5 |
| 10 | 3ms | 131kb | OK | 5 |
| 11 | 100ms | 1835kb | OK | 5 |
| 12 | 80ms | 1835kb | OK | 5 |
| 13 | 100ms | 1835kb | OK | 5 |
| 14 | 83ms | 1835kb | OK | 5 |
| 15 | 3ms | 131kb | OK | 5 |
| 16 | 3ms | 131kb | OK | 5 |
| 17 | 3ms | 131kb | OK | 5 |
| 18 | 148ms | 2752kb | OK | 5 |
| 19 | 151ms | 3014kb | OK | 5 |
| 20 | 140ms | 2883kb | OK | 5 |
| Punctaj total | 100 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
