Borderou de evaluare (job #510926)

Utilizator avatar mircearoata Mircea Roata Palade mircearoata IP ascuns
Problemă Fibrec (clasa a 7-a) Compilator cpp
Rundă Arhiva de probleme Status evaluat
Dată 8 dec. 2019 14:27:34 Scor 0

Raport evaluator

Eroare de compilare: user.cpp: In function 'BigInt Integer(std::string)': user.cpp:40:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] user.cpp: In function 'BigInt Integer(char*)': user.cpp:51:2: error: 'strlen' was not declared in this scope user.cpp: In function 'BigInt operator+(BigInt, BigInt)': user.cpp:151:2: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] user.cpp:152:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] user.cpp:153:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] user.cpp: In function 'BigInt operator-(BigInt, BigInt)': user.cpp:187:2: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] user.cpp:188:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] user.cpp: In function 'BigInt operator*(BigInt, BigInt)': user.cpp:220:2: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] user.cpp:222:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] user.cpp:223:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] user.cpp: In function 'BigInt operator/(BigInt, BigInt)': user.cpp:249:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] user.cpp: In function 'BigInt operator%(BigInt, BigInt)': user.cpp:296:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]