Record Detail

Compile Error

/in/ex2.c: In function 'sum':
/in/ex2.c:3:5: error: type of 'x0' defaults to 'int' [-Werror=implicit-int]
 int sum(x0,x1,x2,x3,x4,x){
     ^~~
/in/ex2.c:3:5: error: type of 'x1' defaults to 'int' [-Werror=implicit-int]
/in/ex2.c:3:5: error: type of 'x2' defaults to 'int' [-Werror=implicit-int]
/in/ex2.c:3:5: error: type of 'x3' defaults to 'int' [-Werror=implicit-int]
/in/ex2.c:3:5: error: type of 'x4' defaults to 'int' [-Werror=implicit-int]
/in/ex2.c:3:5: error: type of 'x' defaults to 'int' [-Werror=implicit-int]
cc1: all warnings being treated as errors

Information

Submit By
Type
Submission
Homework
hw5
Language
C
Submit At
2024-07-14 00:22:29
Judged At
2024-08-15 03:08:43
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes