记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:6:15: warning: array subscript has type 'char' [-Wchar-subscripts]
    6 |  while(cin>>a[++len])
      |               ^~~~~
foo.cc:7:15: warning: array subscript has type 'char' [-Wchar-subscripts]
    7 |  if(isupper(a[len]))a[len]=tolower(a[len]);
      |               ^~~
foo.cc:7:23: warning: array subscript has type 'char' [-Wchar-subscripts]
    7 |  if(isupper(a[len]))a[len]=tolower(a[len]);
      |                       ^~~
foo.cc:7:38: warning: array subscript has type 'char' [-Wchar-subscripts]
    7 |  if(isupper(a[len]))a[len]=tolower(a[len]);
      |                                      ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 1ms 384.0 KiB
#5 Wrong Answer Read zb, expect in. 2ms 384.0 KiB

信息

递交者
类型
递交
题目
6-10 哪个字母对用得最多
比赛
2022暑期青少年社团(训练赛)
语言
C++
递交时间
2022-08-07 20:09:42
评测时间
2022-08-07 20:09:42
评测机
分数
80
总耗时
10ms
峰值内存
384.0 KiB