/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:23:36: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   23 |                         if(t[i]>=65&&t[i]<=90||t[i]>=97&&t[i]<=122)
foo.cc:25:44: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   25 |                                 if(t[i]<=90&&t[i]+x>90||t[i]>=97&&t[i]+x>122) t[i]-=26;
foo.cc:7:31: warning: variable 'change' set but not used [-Wunused-but-set-variable]
    7 |         int x=0,count,len,i,j,change=0;
      |                               ^~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Standard answer longer than user output. 5ms 412.0 KiB

信息

递交者
类型
自测
题目
P1244 Matrix67的情书
语言
C++
递交时间
2023-08-01 10:50:56
评测时间
2023-08-01 10:50:56
评测机
分数
0
总耗时
5ms
峰值内存
412.0 KiB