Nu aveti permisiuni pentru a descarca fisierul grader_eval.cpp
Borderou de evaluare (job #2208068)
| Utilizator | Data | 28 mai 2018 10:22:16 | |
|---|---|---|---|
| Problema | Tree Search | Status | done |
| Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
| Scor | 90 | ||
Raport evaluator
Compilare:
user.cpp: In function ‘void dfs(int, int)’:
user.cpp:25:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int h = 0 ; h < g[node].size() ;h++){
~~^~~~~~~~~~~~~~~~
user.cpp: In function ‘int findcentroid(int, int)’:
user.cpp:35:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int h = 0 ; h < g[node].size() ;h++){
~~^~~~~~~~~~~~~~~~
user.cpp: In function ‘int findpath(int, int, int)’:
user.cpp:53:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int h = 0 ;h < g[node].size() ;h++){
~~^~~~~~~~~~~~~~~~
user.cpp: In function ‘void solve(int, int)’:
user.cpp:74:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int h = 0 ; h < g[node].size() ;h++){
~~^~~~~~~~~~~~~~~~
user.cpp:85:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int h = 1 ; h < g[node].size() ;h++)
~~^~~~~~~~~~~~~~~~
user.cpp:90:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int h = 0 ; h < g[node].size() ;h++){
~~^~~~~~~~~~~~~~~~
user.cpp:97:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(h < g[node].size() - 1)
~~^~~~~~~~~~~~~~~~~~~~
user.cpp:104:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int h = 0 ; h < g[node].size() ;h++){
~~^~~~~~~~~~~~~~~~
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 4ms | 4544kb | OK | 10 |
| 2 | 4ms | 4552kb | OK | 10 |
| 3 | 8ms | 4588kb | OK | 10 |
| 4 | 16ms | 4656kb | OK | 10 |
| 5 | 28ms | 4736kb | OK | 10 |
| 6 | 68ms | 5012kb | OK | 10 |
| 7 | 180ms | 5484kb | OK | 10 |
| 8 | 264ms | 5900kb | OK | 10 |
| 9 | 456ms | 6352kb | OK | 10 |
| 10 | Depăşit | 6576kb | Time limit exceeded. | 0 |
| Punctaj total | 90 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
