Borderou de evaluare (job #3266000)

Utilizator AlexPlesescuAlexPlesescu AlexPlesescu Data 4 ianuarie 2025 23:03:59
Problema Diamant Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In function 'matrix multiply(matrix, matrix)': main.cpp:72:27: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::vector<long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 72 | for (int i = 0; i < a.size(); ++i) { | ~~^~~~~~~~~~ main.cpp:73:35: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 73 | for (int j = 0; j < b[0].size(); ++j) { | ~~^~~~~~~~~~~~~ main.cpp:74:43: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 74 | for (int k = 0; k < a[0].size(); ++k) { | ~~^~~~~~~~~~~~~ main.cpp: In function 'matrix pow(matrix, long long int)': main.cpp:86:27: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::vector<long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 86 | for (int i = 0; i < a.size(); ++i) { | ~~^~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
17ms389kbKilled by Signal 110
27ms389kbKilled by Signal 110
35ms385kbKilled by Signal 110
47ms389kbKilled by Signal 110
57ms389kbKilled by Signal 110
65ms389kbKilled by Signal 110
75ms389kbKilled by Signal 110
85ms385kbKilled by Signal 110
97ms385kbKilled by Signal 110
107ms385kbKilled by Signal 110
Punctaj total0

Ceva nu functioneaza?