Borderou de evaluare (job #1564783)

Utilizator Impaler_009Mihai Nitu Impaler_009 Data 9 ianuarie 2016 22:38:02
Problema Sqrt Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 60

Raport evaluator

Compilare: user.cpp: In function ‘bigInt operator<<(bigInt, int)’: user.cpp:22:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < v.size(); ++i) ^ user.cpp: In function ‘bigInt operator+(bigInt, bigInt)’: user.cpp:33:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < a.size(); ++i) ^ user.cpp:35:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] a[i] += (i < b.size() ? b[i] : 0) + t; ^ user.cpp: In function ‘bigInt operator*(int, bigInt)’: user.cpp:54:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < a.size(); ++i) ^ user.cpp: In function ‘bool comp(bigInt, bigInt)’: user.cpp:75:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] int d1 = (i < a.size() ? a[i] : 0); ^ user.cpp:76:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] int d2 = (i < b.size() ? b[i] : 0); ^ user.cpp: In function ‘int main()’: user.cpp:117:35: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] freopen("sqrt.in", "r", stdin); ^ user.cpp:118:37: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] freopen("sqrt.out", "w", stdout); ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms476kbOK10
20ms476kbOK10
30ms496kbOK10
44ms516kbOK10
54ms564kbOK10
64ms568kbOK10
7Depăşit3136kbTime limit exceeded.0
8Depăşit3116kbTime limit exceeded.0
9Depăşit2980kbTime limit exceeded.0
10Depăşit3132kbTime limit exceeded.0
Punctaj total60

Ceva nu functioneaza?