Pagini recente » Cod sursa (job #3324324) | Borderou de evaluare (job #3332531) | Cod sursa (job #3354765) | Cod sursa (job #3347490) | Borderou de evaluare (job #3311177)
Borderou de evaluare (job #3311177)
Raport evaluator
Compilare:
main.cpp: In function 'int bfs2(int, int, int)':
main.cpp:69:1: warning: no return statement in function returning non-void [-Wreturn-type]
69 | }
| ^
main.cpp: In function 'int update2(int, int, int)':
main.cpp:83:1: warning: no return statement in function returning non-void [-Wreturn-type]
83 | }
| ^
main.cpp: In function 'int findCentroid()':
main.cpp:52:1: warning: control reaches end of non-void function [-Wreturn-type]
52 | }
| ^
main.cpp: In function 'int bfs2(int, int, int)':
main.cpp:54:5: warning: infinite recursion detected [-Winfinite-recursion]
54 | int bfs2( int node, int parinte, int lung )
| ^~~~
main.cpp:66:17: note: recursive call
66 | bfs2( next.m, node, lung + next.l );
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
| 1 | 8ms | 462kb | Killed by Signal 11 | 0 |
| Punctaj total | 0 |