记录详情

Wrong Answer

/in/foo.cc: In function 'bool Judge1(int, int, int, int, std::__cxx11::string)':
/in/foo.cc:9:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0;i<t.size();i++)
               ~^~~~~~~~~
/in/foo.cc:14:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int j=i;j<t.size();j++)
                     ~^~~~~~~~~
/in/foo.cc:21:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int j=i;j<t.size();j++)
                     ~^~~~~~~~~
/in/foo.cc:28:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 356.0 KiB

信息

递交者
类型
自测
题目
P1424 1-2 狗和猫
语言
C++
递交时间
2023-07-03 09:49:10
评测时间
2023-07-03 09:49:10
评测机
分数
0
总耗时
2ms
峰值内存
356.0 KiB