记录详情

Wrong Answer

foo.cc: In function 'void SortRow(std::vector<std::vector<int> >&)':
foo.cc:7:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
    7 |  for(int i=0;i<M.size();i++)
      |              ~^~~~~~~~~
foo.cc:9:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
    9 |   for(int j=0;j<M[0].size();j++)
      |               ~^~~~~~~~~~~~
foo.cc:12:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   12 |    for(int k=j+1;k<M[0].size();k++)
      |                  ~^~~~~~~~~~~~
foo.cc: In function 'void Output(std::vector<std::vector<int> >&)':
foo.cc:28:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   28 |  for(int i=0;i<M.size();i++)
      |              ~^~~~~~~~~
foo.cc:30:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   30 |   for(int j=0;j<M[0].size();j++)
      |               ~^~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Standard answer longer than user output. 3ms 384.0 KiB
#2 Wrong Answer Standard answer longer than user output. 2ms 384.0 KiB
#3 Wrong Answer Standard answer longer than user output. 2ms 384.0 KiB
#4 Wrong Answer Standard answer longer than user output. 2ms 384.0 KiB
#5 Wrong Answer Standard answer longer than user output. 9ms 384.0 KiB

信息

递交者
类型
递交
题目
6-5 矩阵的行排序
比赛
2021(四) 作业第四场:加速赛
语言
C++
递交时间
2021-12-08 13:31:59
评测时间
2021-12-08 13:31:59
评测机
分数
0
总耗时
19ms
峰值内存
384.0 KiB