Borderou de evaluare (job #1785570)

Utilizator tudorcomanTudor Coman tudorcoman Data 21 octombrie 2016 16:15:02
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
10ms1612kbOK5
20ms1620kbOK5
30ms1616kbOK5
40ms1628kbOK5
50ms1636kbOK5
64ms1648kbOK5
74ms1668kbOK5
84ms1692kbOK5
98ms1792kbOK5
1012ms1948kbOK5
1120ms2144kbOK5
1232ms2524kbOK5
1348ms3064kbOK5
14Depăşit3800kbTime limit exceeded.0
15Depăşit3656kbTime limit exceeded.0
16Depăşit3784kbTime limit exceeded.0
17Depăşit3916kbTime limit exceeded.0
18Depăşit3660kbTime limit exceeded.0
19Depăşit3920kbTime limit exceeded.0
20Depăşit3784kbTime limit exceeded.0
Punctaj total65

Ceva nu functioneaza?