Record Detail

Wrong Answer

/in/lab5.c: In function 'addZeroBeforeMinus':
/in/lab5.c:14:62: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
         if (str[i] == '-' && (i == 0 || !isdigit(str[i - 1]) && str[i - 1] != '.')) {
                                         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
# Status Time Cost Memory Cost
#1 Wrong Answer Detail 15ms 6.371 MiB

Information

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