Record Detail

Wrong Answer

/in/lab5.c: In function 'infixToPostfix':
/in/lab5.c:59:13: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration]
         if (isdigit(infix[i]) || isalpha(infix[i])) {
             ^~~~~~~
/in/lab5.c:59:34: warning: implicit declaration of function 'isalpha' [-Wimplicit-function-declaration]
         if (isdigit(infix[i]) || isalpha(infix[i])) {
                                  ^~~~~~~
# Status Time Cost Memory Cost
#1 Wrong Answer Detail 15ms 6.309 MiB

Information

Submit By
Type
Submission
Homework
Lab 5: CASIO-fx991
Language
C
Submit At
2024-11-15 01:01:13
Judged At
2024-11-15 01:01:13
Judged By
Score
0
Total Time
15ms
Peak Memory
6.309 MiB