Borderou de evaluare (job #652675)

Utilizator avatar vladiii Vlad Martiniuc vladiii IP ascuns
Problemă Cel mai lung subşir comun Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 11 iun. 2022 16:49:31 Scor 0

Raport evaluator

Compilare: main.cpp: In function 'int main()': main.cpp:12:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 12 | for (size_t i = 0; i < n; i++) f >> a[i]; | ~~^~~ main.cpp:13:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 13 | for (size_t i = 0; i < m; i++) f >> b[i]; | ~~^~~ main.cpp:18:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 18 | for (size_t j = 0; j < m; j++) | ~~^~~ main.cpp:20:35: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 20 | if (in == -1 || j >= common[in]) common[++in] = j; | ~~^~~~~~~~~~~~~ main.cpp:25:41: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare] 25 | if (common[mij] > j) dr = mij; | ~~~~~~~~~~~~^~~ main.cpp:16:9: warning: unused variable 'l' [-Wunused-variable] 16 | int l = 0; | ^
Test Timp execuție Memorie folosită Mesaj Punctaj/test
1 1 ms 114 kb Fisier de iesire corupt! 0
2 1 ms 114 kb Fisier de iesire corupt! 0
3 1 ms 114 kb Lungime incorecta! 0
4 1 ms 114 kb Lungime incorecta! 0
5 1 ms 114 kb Lungime incorecta! 0
6 2 ms 114 kb Lungime incorecta! 0
7 1 ms 114 kb Lungime incorecta! 0
8 2 ms 114 kb Lungime incorecta! 0
9 1 ms 114 kb Lungime incorecta! 0
10 1 ms 114 kb Lungime incorecta! 0
Punctaj total 0