Record Detail

Compile Error

/in/ex1.c: In function 'main':
/in/ex1.c:14:8: error: unused variable 'argc' [-Werror=unused-variable]
    int argc = 0;
        ^~~~
/in/ex1.c:13:9: error: unused variable 'arr' [-Werror=unused-variable]
     int arr[500];
         ^~~
/in/ex1.c:12:17: error: unused variable 'a' [-Werror=unused-variable]
     struct name a[500];
                 ^
/in/ex1.c:11:11: error: unused variable 'get' [-Werror=unused-variable]
     char* get[10000];
           ^~~
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:41:37
Judged At
2022-07-08 16:05:34
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes