Record Detail

Compile Error

/in/ex1.c: In function 'main':
/in/ex1.c:15:20: error: format '%s' expects a matching 'char *' argument [-Werror=format=]
     while (scanf("%s")!=EOF){
                   ~^
/in/ex1.c:13:11: error: variable 'c' set but not used [-Werror=unused-but-set-variable]
     char* c[505];
           ^
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:43:50
Judged At
2022-07-08 16:04:51
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes