Borderou de evaluare (job #2606880)

Utilizator cyg_vladioanBirsan Vlad cyg_vladioan Data 28 aprilie 2020 19:57:33
Problema Cuplaj maxim in graf bipartit Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 90

Raport evaluator

Compilare: main.cpp: In function 'int bfs()': main.cpp:47:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(j = 0 ; j < G[x].size() ; j ++) ~~^~~~~~~~~~~~~ main.cpp: In function 'int max_flow()': main.cpp:78:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int j = 0 ; j < G[t].size() ; j ++) ~~^~~~~~~~~~~~~ main.cpp:89:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(j = 0 ; j < G[t].size() ; j ++) ~~^~~~~~~~~~~~~ main.cpp: In function 'int main()': main.cpp:99:39: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("cuplaj.in" , "r" , stdin); ^ main.cpp:100:41: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("cuplaj.out" , "w" , stdout); ^ main.cpp:102:35: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d%d" , &n , &m , &e); ^ main.cpp:106:32: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d" , &x , &y); ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
18ms3538kbOK10
28ms3538kbOK10
38ms3538kbOK10
49ms3538kbOK10
511ms3538kbOK10
627ms4063kbOK10
760ms4718kbOK10
858ms4456kbOK10
9104ms5373kbOK10
10203ms6946kbTime limit exceeded0
Punctaj total90

Ceva nu functioneaza?