Borderou de evaluare (job #1785567)

Utilizator tudorcomanTudor Coman tudorcoman Data 21 octombrie 2016 16:13:11
Problema Rute Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 65

Raport evaluator

Compilare: user.cpp: In member function ‘BigInt BigInt::operator+(BigInt)’: user.cpp:31:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < v.size(); i++) ^ user.cpp: In member function ‘BigInt BigInt::operator-(BigInt)’: user.cpp:47:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < v.size(); i++) ^ user.cpp: In member function ‘BigInt BigInt::operator*(int)’: user.cpp:64:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < v.size(); i++) ^ user.cpp: In member function ‘std::string BigInt::str()’: user.cpp:113:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ret += (i < v.size()-1 ? std::string(basewidth-s.size(), '0') : "") + s; ^ user.cpp: In function ‘BigInt operator*(int, BigInt)’: user.cpp:124:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < b.v.size(); i++) ^ user.cpp: In function ‘int main()’: user.cpp:142:33: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] freopen("rute.in", "r", stdin); ^ user.cpp:143:35: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] freopen("rute.out", "w", stdout); ^ user.cpp:145:18: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result] scanf("%d", &N); ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms1604kbOK5
20ms1608kbOK5
30ms1608kbOK5
40ms1624kbOK5
50ms1632kbOK5
64ms1644kbOK5
74ms1668kbOK5
84ms1696kbOK5
98ms1784kbOK5
1012ms1944kbOK5
1120ms2144kbOK5
1232ms2520kbOK5
1348ms3068kbOK5
14Depăşit3804kbTime limit exceeded.0
15Depăşit3652kbTime limit exceeded.0
16Depăşit3788kbTime limit exceeded.0
17Depăşit3924kbTime limit exceeded.0
18Depăşit3920kbTime limit exceeded.0
19Depăşit3788kbTime limit exceeded.0
20Depăşit3652kbTime limit exceeded.0
Punctaj total65

Ceva nu functioneaza?