记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:25:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
   25 |  for(int i=0;i<strlen(a);i++)
      |              ~^~~~~~~~~~
foo.cc:28:19: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
   28 |    for(int j=i+1;j<strlen(a);j++)
      |                  ~^~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 384.0 KiB
#2 Accepted 3ms 384.0 KiB

信息

递交者
类型
自测
题目
P1349 2A 01序列
语言
C++
递交时间
2022-04-04 16:54:41
评测时间
2022-04-04 16:54:41
评测机
分数
20
总耗时
6ms
峰值内存
384.0 KiB