Record Detail

Accepted

/in/lab4.c: In function 'par':
/in/lab4.c:32:5: warning: 'memset' used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size]
     memset(stack,0,120);
     ^~~~~~
/in/lab4.c:33:5: warning: 'memset' used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size]
     memset(sss,0,120);
     ^~~~~~
/in/lab4.c:34:5: warning: 'memset' used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size]
     memset(stack1,0,120);
     ^~~~~~
/in/lab4.c:35:5: warning: 'memset' used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size]
     memset(helper,0,120);
     ^~~~~~
/in/lab4.c:140:28: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
             stack1[top1++] = c;
             ~~~~~~~~~~~~~~~^~~
# Status Time Cost Memory Cost
#1 Accepted Detail 16ms 6.441 MiB

Information

Submit By
Type
Submission
Homework
Lab 4 (TEST ONLY)
Language
C
Submit At
2021-11-08 18:49:23
Judged At
2021-11-21 14:58:42
Judged By
Score
20
Total Time
16ms
Peak Memory
6.441 MiB