Borderou de evaluare (job #3162776)

Utilizator mario_deaconescuMario Deaconescu mario_deaconescu Data 29 octombrie 2023 20:48:58
Problema Padure Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 60

Raport evaluator

Compilare: main.cpp: In function 'int main()': main.cpp:63:25: warning: loop variable 'neighbor' creates a copy from type 'const std::pair<int, int>' [-Wrange-loop-construct] 63 | for (const auto neighbor : neighbors) { | ^~~~~~~~ main.cpp:63:25: note: use reference type to prevent copying 63 | for (const auto neighbor : neighbors) { | ^~~~~~~~ | & main.cpp:78:25: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 78 | for(size_t i = 0; i < numRows; i++){ | ~~^~~~~~~~~ main.cpp:79:29: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 79 | for(size_t j = 0; j < numCols; j++){ | ~~^~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms303kbOK10
20ms303kbOK10
31ms303kbOK10
42ms303kbOK10
52ms303kbOK10
69ms1081kbOK10
7203ms2486kbTime limit exceeded0
8202ms5169kbTime limit exceeded0
9203ms8704kbTime limit exceeded0
10203ms8769kbTime limit exceeded0
Punctaj total60

Ceva nu functioneaza?