Borderou de evaluare (job #517029)

Utilizator avatar mircearoata Mircea Roata Palade mircearoata IP ascuns
Problemă 2x3y5z (clasa a 7-a) Compilator cpp
Rundă Arhiva de probleme Status evaluat
Dată 5 ian. 2020 13:31:13 Scor 0

Raport evaluator

Eroare de compilare: user.cpp: In function 'BigInt Integer(std::string)': user.cpp:38:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] user.cpp: In function 'BigInt Integer(char*)': user.cpp:49:2: error: 'strlen' was not declared in this scope user.cpp: In function 'BigInt operator+(BigInt, BigInt)': user.cpp:149:2: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] user.cpp:150:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] user.cpp:151:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] user.cpp: In function 'BigInt operator-(BigInt, BigInt)': user.cpp:185:2: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] user.cpp:186:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] user.cpp: In function 'BigInt operator*(BigInt, BigInt)': user.cpp:218:2: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] user.cpp:220:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] user.cpp:221:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] user.cpp: In function 'BigInt operator/(BigInt, BigInt)': user.cpp:247:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] user.cpp: In function 'BigInt operator%(BigInt, BigInt)': user.cpp:294:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]