Borderou de evaluare (job #3278745)

Utilizator BledeaAlexBledea Alexandru BledeaAlex Data 20 februarie 2025 17:57:10
Problema Perle Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 100

Raport evaluator

Compilare: main.cpp: In function 'bool CanTransformInA()': main.cpp:21:12: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 21 | if(pos >= L) return false; | ~~~~^~~~ main.cpp: In function 'bool CanTransformInB()': main.cpp:33:12: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 33 | if(pos >= L) return false; | ~~~~^~~~ main.cpp:46:16: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 46 | if(pos >= L || expr[pos] != 3) return false; | ~~~~^~~~ main.cpp: In function 'bool CanTransformInC()': main.cpp:57:12: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 57 | if(pos >= L) | ~~~~^~~~ main.cpp:74:16: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 74 | if(pos >= L || expr[pos] != 2) return false; | ~~~~^~~~ main.cpp: In function 'void Solve()': main.cpp:85:33: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 85 | if(CanTransformInA() && pos == L - 1) | ~~~~^~~~~~~~ main.cpp:92:33: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 92 | if(CanTransformInB() && pos == L - 1) | ~~~~^~~~~~~~ main.cpp:99:33: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 99 | if(CanTransformInC() && pos == L - 1) | ~~~~^~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms303kbOK!10
20ms303kbOK!10
30ms303kbOK!10
40ms303kbOK!10
50ms303kbOK!10
60ms303kbOK!10
70ms303kbOK!10
81ms303kbOK!10
91ms303kbOK!10
102ms303kbOK!10
Punctaj total100

Ceva nu functioneaza?