Record Detail

Compile Error

/in/isSibling.c: In function 'isSibling':
/in/isSibling.c:24:16: error: 'strA' undeclared (first use in this function); did you mean 'strlen'?
             if(strA[j] != strB[j]){
                ^~~~
                strlen
/in/isSibling.c:24:16: note: each undeclared identifier is reported only once for each function it appears in
/in/isSibling.c:24:27: error: 'strB' undeclared (first use in this function); did you mean 'strA'?
             if(strA[j] != strB[j]){
                           ^~~~
                           strA
/in/isSibling.c:18:31: warning: unused variable 'times2' [-Wunused-variable]
         char times1[53]; char times2[53];
                               ^~~~~~
/in/isSibling.c:18:14: warning: unused variable 'times1' [-Wunused-variable]
         char times1[53]; char times2[53];
              ^~~~~~

Information

Submit By
Type
Submission
Homework
Midterm Exam 2
Language
C
Submit At
2022-07-07 15:28:45
Judged At
2022-07-08 16:05:05
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes