Record Detail

Compile Error

/in/ex1.c: In function 'main':
/in/ex1.c:14:9: error: implicit declaration of function 'strlwr'; did you mean 'strlen'? [-Werror=implicit-function-declaration]
         strlwr(argv[n]);
         ^~~~~~
         strlen
/in/ex1.c:12:9: error: unused variable 'count' [-Werror=unused-variable]
     int count[20]={0};
         ^~~~~
cc1: all warnings being treated as errors

Information

Submit By
Type
Submission
Problem
Mid2 Ex1
Homework
Midterm Exam 2
Language
C
Submit At
2022-07-07 15:42:34
Judged At
2022-07-08 16:05:31
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes