Borderou de evaluare (job #2497246)

Utilizator SqueekDanielTodasca Daniel SqueekDaniel Data 22 noiembrie 2019 11:59:55
Problema Cuvinte5 Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int editDistance(std::__cxx11::string, std::__cxx11::string)': main.cpp:8:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j=0; j<=B.size(); ++j) ~^~~~~~~~~~ main.cpp:10:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i=1; i<=A.size(); ++i) { ~^~~~~~~~~~ main.cpp:12:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j=1; j<=B.size(); ++j) { ~^~~~~~~~~~ main.cpp: In function 'int main()': main.cpp:62:14: error: expected ',' or ';' before 'int' int y = V2[j]; ^~~ main.cpp:63:22: error: 'y' was not declared in this scope x *= x, y *= y; ^ Non zero exit status: 1

Ceva nu functioneaza?