Borderou de evaluare (job #2161036)
Raport evaluator
Compilare:
user.cpp: In function ‘int dfs_cnt(int)’:
user.cpp:19:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < adj[nod].size(); i++)
^
user.cpp: In function ‘int euler(int)’:
user.cpp:36:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = 0; j < adj[next].size(); j++)
^
user.cpp:48:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < adj[nod].size(); i++)
^
user.cpp:57:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = 0; j < adj[next].size(); j++)
^
user.cpp:86:1: warning: no return statement in function returning non-void [-Wreturn-type]
}
^
user.cpp:56:42: warning: ‘poz’ may be used uninitialized in this function [-Wmaybe-uninitialized]
int cnt = dfs_cnt(next), poz;
^
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
| 1 | 4ms | 3932kb | Raspuns corect! | 10 | 10 |
| 2 | 4ms | 4008kb | Raspuns corect! | 10 | 10 |
| 3 | 204ms | 4060kb | Raspuns corect! | 10 | 10 |
| 4 | Depăşit | 4352kb | Time limit exceeded. | 0 | 0 |
| 5 | Depăşit | 5536kb | Time limit exceeded. | 0 | 0 |
| 6 | Depăşit | 10192kb | Time limit exceeded. | 0 | 0 |
| 7 | Depăşit | 9288kb | Time limit exceeded. | 0 | 0 |
| 8 | Depăşit | 12952kb | Time limit exceeded. | 0 |
| 9 | Depăşit | 9324kb | Time limit exceeded. | 0 | 0 |
| 10 | Depăşit | 15324kb | Time limit exceeded. | 0 |
| Punctaj total | 30 |