记录详情

Accepted

/in/foo.cc: In function 'void f1(std::vector<std::vector<int> >&, std::vector<int>&, int)':
/in/foo.cc:7:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int j = 0; j < A[0].size(); j++)
                  ~~^~~~~~~~~~~~~
/in/foo.cc: In function 'int f(std::vector<std::vector<int> >&, std::vector<int>&)':
/in/foo.cc:20:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < A.size(); i++)
                  ~~^~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 324.0 KiB

信息

递交者
类型
自测
语言
C++
递交时间
2024-06-06 11:30:41
评测时间
2024-06-06 11:30:41
评测机
分数
10
总耗时
1ms
峰值内存
324.0 KiB