Record Detail

Runtime Error

/in/lab4.c: In function 'main':
/in/lab4.c:57:31: warning: unknown escape sequence: '\$'
                 commands[i++]='\$';
                               ^~~~
/in/lab4.c: In function 'Deal':
/in/lab4.c:145:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         while (i < strlen(arr))
                  ^
/in/lab4.c:186:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         while (i < strlen(arr))
                  ^
/in/lab4.c:231:32: warning: unknown escape sequence: '\$'
                     if(arr[j]=='\$')
                                ^~~~
/in/lab4.c:265:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         while (i < strlen(temp))
                  ^
/in/lab4.c:302:28: warning: unknown escape sequence: '\$'
                 if(arr[s]=='\$')
                            ^~~~
/in/lab4.c: In function 'tmd':
/in/lab4.c:535:12: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized]
     return result;
            ^~~~~~
# Status Time Cost Memory Cost
#1 Runtime Error (1) Detail 26ms 7.277 MiB

Information

Submit By
Type
Submission
Homework
Lab 4 (TEST ONLY)
Language
C
Submit At
2021-11-04 12:24:08
Judged At
2021-11-21 14:59:04
Judged By
Score
0
Total Time
26ms
Peak Memory
7.277 MiB