Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2926049)
| Utilizator | Data | 16 octombrie 2022 19:35:18 | |
|---|---|---|---|
| Problema | Graph Cycle | Status | done |
| Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
| Scor | 80 | ||
Raport evaluator
Compilare:
main.cpp: In function 'int main()':
main.cpp:47:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
47 | while ( i < dfs_order.size() && dfs_order[i] != node_cycle ) {
| ~~^~~~~~~~~~~~~~~~~~
main.cpp:51:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
51 | for ( int j = i; j < dfs_order.size(); j++ ) {
| ~~^~~~~~~~~~~~~~~~~~
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 0ms | 184kb | Incorect! | 0 |
| 2 | 0ms | 184kb | OK! | 10 |
| 3 | 0ms | 184kb | OK! | 10 |
| 4 | 0ms | 184kb | OK! | 10 |
| 5 | 5ms | 1626kb | Incorect! | 0 |
| 6 | 17ms | 2670kb | OK! | 10 |
| 7 | 0ms | 184kb | OK! | 10 |
| 8 | 17ms | 2199kb | OK! | 10 |
| 9 | 10ms | 2150kb | OK! | 10 |
| 10 | 47ms | 3416kb | OK! | 10 |
| Punctaj total | 80 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
