Borderou de evaluare (job #2562253)

Utilizator XXMihaiXX969Gherghinescu Mihai Andrei XXMihaiXX969 Data 29 februarie 2020 13:04:48
Problema Lant Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In function 'int calcsimilitudine(char*, char*)': main.cpp:21:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i <= strlen(x); i++) ~~^~~~~~~~~~~~ main.cpp:22:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int j = 0; j <= strlen(y); j++) ~~^~~~~~~~~~~~ main.cpp:27:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < strlen(x); i++) ~~^~~~~~~~~~~ main.cpp:28:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int j = 0; j < strlen(y); j++) ~~^~~~~~~~~~~ main.cpp:27:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < strlen(x); i++) ^~~ main.cpp:34:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' cnt = strlen(x) + strlen(y) - 2 * lcs[strlen(x)][strlen(y)]; ^~~ main.cpp: In function 'void bfs(int)': main.cpp:55:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < l[nod].size(); i++) ~~^~~~~~~~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
13ms131kbIncorect0
29ms262kbIncorect0
39ms262kbIncorect0
44ms393kbIncorect0
53ms262kbIncorect0
63ms262kbIncorect0
72ms131kbIncorect0
834ms393kbIncorect0
99ms262kbIncorect0
1023ms393kbIncorect0
Punctaj total0

Ceva nu functioneaza?