Record Detail

Accepted

/in/lab4.c: In function 'main':
/in/lab4.c:49:26: warning: format not a string literal and no format arguments [-Wformat-security]
             }else printf(strff);
                          ^~~~~
/in/lab4.c: In function 'expcalculate':
/in/lab4.c:173:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (i=0,j=0,k=0;i<strlen(exp);i++){
                       ^
# Status Time Cost Memory Cost
#1 Accepted Detail 20ms 6.348 MiB

Information

Submit By
Type
Submission
Homework
Lab 4 (TEST ONLY)
Language
C
Submit At
2021-11-09 13:49:36
Judged At
2021-11-21 14:58:31
Judged By
Score
20
Total Time
20ms
Peak Memory
6.348 MiB