记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:7:16: warning: comparison of constant '91' with boolean expression is always true [-Wbool-compare]
    7 |         if(64<a<91)
      |                ^
foo.c:7:14: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
    7 |         if(64<a<91)
      |            ~~^~
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)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read �, expect Q. 1ms 284.0 KiB
#2 Accepted 1ms 284.0 KiB
#3 Wrong Answer Read �, expect L. 1ms 284.0 KiB
#4 Accepted 1ms 284.0 KiB
#5 Accepted 1ms 284.0 KiB

信息

递交者
类型
递交
题目
P1197 变换
语言
C
递交时间
2023-07-27 22:55:21
评测时间
2023-07-27 22:55:21
评测机
分数
60
总耗时
8ms
峰值内存
284.0 KiB