Record Detail

Wrong Answer

/in/lab5.c: In function 'push1':
/in/lab5.c:20:16: warning: 'return' with a value, in function returning void
         return '\0';
                ^~~~
/in/lab5.c:18:6: note: declared here
 void push1(load_stack *s1, char input1){
      ^~~~~
/in/lab5.c: In function 'push2':
/in/lab5.c:29:16: warning: 'return' with a value, in function returning void
         return '\0';
                ^~~~
/in/lab5.c:27:6: note: declared here
 void push2(result *s2, char input2){
      ^~~~~
# Status Time Cost Memory Cost
#1 Wrong Answer Detail 15ms 6.305 MiB

Information

Submit By
Type
Submission
Homework
Lab 5: CASIO-fx991
Language
C
Submit At
2024-11-14 23:46:37
Judged At
2024-11-14 23:46:37
Judged By
Score
0
Total Time
15ms
Peak Memory
6.305 MiB