Record Detail

Compile Error

/in/inDictionary.c: In function 'main':
/in/inDictionary.c:16:26: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     for (size_t i = 0; i < argc; i++)
                          ^
/in/inDictionary.c:18:30: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
         for (size_t j = 0; j < argc; j++)
                              ^
/in/inDictionary.c:26:25: error: assignment to expression with array type
         word[i].content = argv[i];
                         ^
cc1: all warnings being treated as errors

Information

Submit By
Type
Submission
Problem
mid2 ex1
Homework
Mid2
Language
C
Submit At
2023-07-13 15:43:36
Judged At
2023-08-05 22:15:24
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes