Borderou de evaluare (job #1706173)

Utilizator bciobanuBogdan Ciobanu bciobanu Data 21 mai 2016 20:04:01
Problema Hashuri Status done
Runda Arhiva educationala Compilator cpp | Vezi sursa
Scor 100

Raport evaluator

Compilare: user.cpp: In function ‘unsigned int readInt()’: user.cpp:24:18: warning: array subscript has type ‘char’ [-Wchar-subscripts] while (!digit[c]) ^ user.cpp:26:17: warning: array subscript has type ‘char’ [-Wchar-subscripts] while (digit[c]) { ^ user.cpp: In function ‘void hashInsert(unsigned int)’: user.cpp:43:59: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses] const unsigned headPtr = (arg ^ 0x9e3779b9 + (arg << 6) + (arg >> 2)) & MOD; ^ user.cpp: In function ‘void hashErase(unsigned int)’: user.cpp:50:59: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses] const unsigned headPtr = (arg ^ 0x9e3779b9 + (arg << 6) + (arg >> 2)) & MOD; ^ user.cpp: In function ‘bool hashFind(unsigned int)’: user.cpp:63:59: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses] const unsigned headPtr = (arg ^ 0x9e3779b9 + (arg << 6) + (arg >> 2)) & MOD; ^ user.cpp: In function ‘int main()’: user.cpp:75:36: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] freopen("hashuri.in", "r", stdin); ^ user.cpp:76:38: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] freopen("hashuri.out", "w", stdout); ^ user.cpp: In function ‘char getChar()’: user.cpp:15:36: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] fread(buff, 1, BUFFSIZE, stdin); ^
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
10ms400kbOK1010
20ms400kbOK1010
30ms512kbOK1010
48ms1180kbOK1030
58ms1284kbOK10
68ms1688kbOK10
732ms1860kbOK1010
884ms4204kbOK1030
9232ms6752kbOK10
10224ms5768kbOK10
Punctaj total100

Ceva nu functioneaza?