Record Detail

Wrong Answer

/in/lab5.c: In function 'pop':
/in/lab5.c:25:18: warning: format '%c' expects argument of type 'int', but argument 2 has type 'char *' [-Wformat=]
         printf("%c","overflow");
                 ~^  ~~~~~~~~~~
                 %s
/in/lab5.c: In function 'popd':
/in/lab5.c:39:18: warning: format '%c' expects argument of type 'int', but argument 2 has type 'char *' [-Wformat=]
         printf("%c","overflow");
                 ~^  ~~~~~~~~~~
                 %s
/in/lab5.c: In function 'main':
/in/lab5.c:70:14: warning: format '%c' expects argument of type 'int', but argument 2 has type 'char *' [-Wformat=]
     printf("%c test1\n",infix); //test1
             ~^          ~~~~~
             %s
/in/lab5.c: In function 'prece':
/in/lab5.c:58:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# Status Time Cost Memory Cost
#1 Wrong Answer Detail 16ms 6.371 MiB

Information

Submit By
Type
Submission
Homework
Lab 5: CASIO-fx991
Language
C
Submit At
2024-11-13 16:20:28
Judged At
2024-11-13 16:20:28
Judged By
Score
0
Total Time
16ms
Peak Memory
6.371 MiB