Record Detail

Accepted

/in/lab4.c: In function 'process':
/in/lab4.c:76:9: warning: unused variable 's' [-Wunused-variable]
     int s=0;//c is counter for 1st string
         ^
/in/lab4.c: In function 'customPrint':
/in/lab4.c:353:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int i=0; i < strlen(expression); i++) {//loop through every character to get rid of spaces
                         ^
/in/lab4.c:378:24: warning: format not a string literal and no format arguments [-Wformat-security]
                 printf(tempLine); //Print the previous string
                        ^~~~~~~~
/in/lab4.c:393:12: warning: format not a string literal and no format arguments [-Wformat-security]
     printf(tempLine);
            ^~~~~~~~
/in/lab4.c:317:15: warning: unused variable 'START' [-Wunused-variable]
     const int START = 9;
               ^~~~~
# Status Time Cost Memory Cost
#1 Accepted Detail 22ms 6.273 MiB

Information

Submit By
Type
Submission
Homework
Lab 4 (TEST ONLY)
Language
C
Submit At
2021-11-04 18:29:50
Judged At
2021-11-21 14:58:26
Judged By
Score
20
Total Time
22ms
Peak Memory
6.273 MiB