记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:10:14: error: lvalue required as left operand of assignment
   y=2*x*x+4*x=5;
              ^
/in/foo.c:11:17: error: 'X' undeclared (first use in this function)
  else if(x>=10&&X<25)
                 ^
/in/foo.c:11:17: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:13:2: error: expected ';' before 'else'
  else
  ^~~~

信息

递交者
类型
自测
语言
C
递交时间
2024-11-01 21:47:37
评测时间
2024-11-01 21:47:37
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes