记录详情

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:13:24: warning: comparison of constant '123' with boolean expression is always true [-Wbool-compare]
   13 |                 if(96<a<123)
      |                        ^
foo.c:13:22: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
   13 |                 if(96<a<123)
      |                    ~~^~
foo.c:5:20: warning: unused variable 'd' [-Wunused-variable]
    5 |         char a,b,c,d;
      |                    ^
foo.c:5:18: warning: unused variable 'c' [-Wunused-variable]
    5 |         char a,b,c,d;
      |                  ^
foo.c:5:16: warning: unused variable 'b' [-Wunused-variable]
    5 |         char a,b,c,d;
      |                ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read �, expect Q. 1ms 200.0 KiB
#2 Accepted 1ms 200.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:52:52
评测时间
2023-07-27 22:52:52
评测机
分数
60
总耗时
8ms
峰值内存
284.0 KiB