Record Detail

Compile Error

/in/hash.c:117:5: error: conflicting types for 'getValue'
int getValue(void *element, int key)
    ^
/in/hash.h:15:5: note: previous declaration is here
int getValue(void* element);
    ^
/in/hash.c:152:2: error: no newline at end of file [-Werror,-Wnewline-eof]
}
 ^
2 errors generated.

Information

Submit By
Type
Submission
Problem
l1p2
Homework
l1
Language
C (Clang, with memory check)
Submit At
2023-10-15 14:05:24
Judged At
2023-10-15 14:05:24
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes