Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #3003105)
| Utilizator | Data | 15 martie 2023 14:41:10 | |
|---|---|---|---|
| Problema | Arbore partial de cost minim | Status | done |
| Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
| Scor | 0 | ||
Raport evaluator
Compilare:
main.cpp: In function 'void write()':
main.cpp:39:21: warning: comparison of integer expressions of different signedness: 'int' and 'ul' {aka 'long unsigned int'} [-Wsign-compare]
39 | for (int i = 2; i <= n; ++i) {
| ~~^~~~
main.cpp:43:21: warning: comparison of integer expressions of different signedness: 'int' and 'ul' {aka 'long unsigned int'} [-Wsign-compare]
43 | for (int i = 2; i <= n; ++i) {
| ~~^~~~
main.cpp: In function 'void prim(int)':
main.cpp:53:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
53 | auto [weight, node] = Q.top();
| ^
main.cpp:61:15: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
61 | for (auto [y, w] : G[node]) {
| ^
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 0ms | 184kb | Cost incorect | 0 |
| 2 | 0ms | 184kb | Cost incorect | 0 |
| 3 | 0ms | 184kb | Cost incorect | 0 |
| 4 | 0ms | 184kb | Cost incorect | 0 |
| 5 | 0ms | 184kb | Cost incorect | 0 |
| 6 | 70ms | 4784kb | Cost incorect | 0 |
| 7 | 178ms | 9289kb | Cost incorect | 0 |
| 8 | 25ms | 2060kb | Cost incorect | 0 |
| 9 | 19ms | 1953kb | Cost incorect | 0 |
| 10 | 149ms | 7446kb | Cost incorect | 0 |
| Punctaj total | 0 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
