Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<strlen(a);i++)
                 ~^~~~~~~~~~
/in/foo.cc:13:18: warning: array subscript has type 'char' [-Wchar-subscripts]
          num[a[i]]++;
                  ^
# 状态 耗时 内存占用
#1 Accepted 1ms 360.0 KiB
#2 Accepted 1ms 352.0 KiB
#3 Accepted 1ms 376.0 KiB

信息

递交者
类型
递交
比赛
寒假中级班2.3
语言
C++
递交时间
2024-02-03 18:40:45
评测时间
2024-02-03 18:40:45
评测机
分数
100
总耗时
5ms
峰值内存
376.0 KiB