Record Detail

Compile Error

/in/ex5.c: In function 'main':
/in/ex5.c:10:5: error: implicit declaration of function 'gets'; did you mean 'fgets'? [-Werror=implicit-function-declaration]
     gets(English);
     ^~~~
     fgets
/in/ex5.c: In function 'max':
/in/ex5.c:17:9: error: unused variable 'maxlength' [-Werror=unused-variable]
     int maxlength=0,i=0,length=0,len=0, j = 0;
         ^~~~~~~~~
cc1: all warnings being treated as errors

Information

Submit By
Type
Submission
Homework
Homework 4
Language
C
Submit At
2022-06-25 22:13:08
Judged At
2022-06-29 06:52:40
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes