记录详情

Compile Error

foo.c: In function 'main':
foo.c:9:17: error: 'b' undeclared (first use in this function)
    9 |                 b=(a+32);
      |                 ^
foo.c:9:17: note: each undeclared identifier is reported only once for each function it appears in
foo.c:14:24: warning: comparison of constant '123' with boolean expression is always true [-Wbool-compare]
   14 |                 if(96<a<123)
      |                        ^
foo.c:14:22: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
   14 |                 if(96<a<123)
      |                    ~~^~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1197 变换
语言
C
递交时间
2023-07-27 23:10:31
评测时间
2023-07-27 23:10:31
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes