Record Detail

Compile Error

/in/lab5.c: In function 'main':
/in/lab5.c:269:28: warning: left-hand operand of comma expression has no effect [-Wunused-value]
             for(int l=0;l<i,l++){
                            ^
/in/lab5.c:269:32: error: expected ';' before ')' token
             for(int l=0;l<i,l++){
                                ^
/in/lab5.c:271:31: warning: format '%d' expects argument of type 'int', but argument 3 has type 'double' [-Wformat=]
                 sprintf(str,"%d",variable[l].value);
                              ~^  ~~~~~~~~~~~~~~~~~
                              %f

Information

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