Record Detail

Compile Error

In file included from /in/interpreter.h:4:0,
                 from /in/lab4.c:1:
/in/varible.h: In function 'varkey':
/in/varible.h:50:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (!varname[key][0])
     ^~
/in/varible.h:52:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  return key;
  ^~~~~~
In file included from /in/lab4.c:1:0:
/in/interpreter.h: In function 'covexpr':
/in/interpreter.h:117:38: error: 'M_E' undeclared (first use in this function)
                     case 4: arg[tp2]=M_E; break;
                                      ^~~
/in/interpreter.h:117:38: note: each undeclared identifier is reported only once for each function it appears in

Information

Submit By
Type
Submission
Homework
Lab 4 (TEST ONLY)
Language
C
Submit At
2021-11-01 01:06:33
Judged At
2021-11-21 14:58:48
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes