Borderou de evaluare (job #2569336)

Utilizator vladsfStirbu Vlad Florin vladsf Data 4 martie 2020 11:51:34
Problema BFS - Parcurgere in latime Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 60

Raport evaluator

Compilare: main.cpp: In function 'int get_int()': main.cpp:12:13: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses] for(; c < 48 | c > 57; c = getchar()); ~~^~~~ main.cpp:14:13: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] for(; c > 47 & c < 58; nr = nr * 10 + c - 48, c = getchar()); ~~^~~~ main.cpp: In function 'int main()': main.cpp:48:34: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("bfs.in", "r", stdin); ^ main.cpp:49:36: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("bfs.out", "w", stdout); ^ main.cpp:75:34: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("bfs.in", "r", stdin); ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
12ms262kbOK10
22ms262kbOK10
32ms262kbOK10
45ms262kbOK10
510ms393kbOK10
647ms786kbOK10
751ms393kbKilled by Signal 110
833ms524kbKilled by Signal 110
9234ms524kbKilled by Signal 110
10215ms524kbKilled by Signal 110
Punctaj total60

Ceva nu functioneaza?