/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:15:36: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   15 |                         if(t[j]>=65&&t[j]<=90||t[j]>=97&&t[j]<=122)
foo.cc:30:28: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   30 |                 if(t[i]>=65&&t[i]<=90||t[i]>=97&&t[i]<=122)
foo.cc:32:36: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   32 |                         if(t[i]<=90&&t[i]+change>90||t[i]>=97&&t[i]+change>122) t[i]-=26;
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 412.0 KiB

信息

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