Borderou de evaluare (job #1613763)

Utilizator krityxAdrian Buzea krityx Data 25 februarie 2016 17:00:06
Problema Bifo Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 10

Raport evaluator

Compilare: user.cpp: In member function ‘BigNumber BigNumber::operator+(const BigNumber&)’: user.cpp:36:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] int addResult = (i < _container.size() ? _container[i] : 0) + (i < other._container.size() ? other._container[i] : 0); ^ user.cpp:36:93: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] int addResult = (i < _container.size() ? _container[i] : 0) + (i < other._container.size() ? other._container[i] : 0); ^ user.cpp: In member function ‘BigNumber BigNumber::operator-(const BigNumber&)’: user.cpp:56:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < _container.size(); i++) ^ user.cpp:58:73: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] int subResult = (_container[i] - carry) - (i < other._container.size() ? other._container[i] : 0); ^ user.cpp: In member function ‘int BigNumber::to_int()’: user.cpp:118:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < _container.size(); i++) ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms400kbKilled by signal 11(SIGSEGV).0
20ms396kbKilled by signal 11(SIGSEGV).0
30ms400kbKilled by signal 11(SIGSEGV).0
40ms408kbKilled by signal 11(SIGSEGV).0
58ms428kbIncorect0
64ms612kbKilled by signal 6(SIGABRT).0
70ms408kbKilled by signal 11(SIGSEGV).0
84ms616kbKilled by signal 6(SIGABRT).0
94ms628kbKilled by signal 6(SIGABRT).0
100ms424kbOK10
Punctaj total10

Ceva nu functioneaza?