记录详情

Accepted

foo.cc: In function 'void Output(std::vector<std::vector<int> >&)':
foo.cc:9:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
    9 |         for(int i=0; i<M.size(); i++)
      |                      ~^~~~~~~~~
foo.cc:11:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   11 |                 for(int j=0; j<M[i].size(); j++)
      |                              ~^~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 62ms 2.934 MiB
#2 Accepted 11ms 668.0 KiB
#3 Accepted 69ms 2.941 MiB
#4 Accepted 31ms 3.012 MiB
#5 Accepted 57ms 2.863 MiB

信息

递交者
类型
递交
题目
P1453 3-16 分形
比赛
2023年暑期算法队集训赛1
语言
C++
递交时间
2023-07-07 09:51:02
评测时间
2023-07-07 09:51:02
评测机
分数
100
总耗时
232ms
峰值内存
3.012 MiB