Record Detail

Compile Error

/in/inDictionary.c: In function 'main':
/in/inDictionary.c:7:6: error: 'i' undeclared (first use in this function)
 for (i = 0; i < 20; i++){dictionary[I]=NULL;}
      ^
/in/inDictionary.c:7:6: note: each undeclared identifier is reported only once for each function it appears in
/in/inDictionary.c:7:37: error: 'I' undeclared (first use in this function)
 for (i = 0; i < 20; i++){dictionary[I]=NULL;}
                                     ^

Information

Submit By
Type
Submission
Problem
testmid2_1
Language
C
Submit At
2023-08-08 12:28:35
Judged At
2023-08-08 12:28:35
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes