记录详情

Wrong Answer

foo.cc: In function 'int Base(int, std::string)':
foo.cc:7:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
    7 |  for(int i=0;i<m.size();i++){
      |              ~^~~~~~~~~
foo.cc:21:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   21 |  for(int i=0;i<m.size();i++){
      |              ~^~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read STEP=2, expect STEP=4. 3ms 384.0 KiB
#2 Wrong Answer Read STEP=15, expect STEP=6. 2ms 384.0 KiB
#3 Wrong Answer Read STEP=Impossible!, expect STEP=24. 2ms 384.0 KiB
#4 Wrong Answer Read STEP=1, expect Impossible!. 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1134 回文数
语言
C++
递交时间
2022-08-08 21:12:16
评测时间
2022-08-08 21:12:16
评测机
分数
0
总耗时
10ms
峰值内存
384.0 KiB