/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main(int, char**)':
/in/foo.cc:103:37: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  103 |         for (int row1 = 0; row1 + 1 < rowc.size(); row1++) {
      |                            ~~~~~~~~~^~~~~~~~~~~~~
/in/foo.cc:113:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  113 |           for (int row1 = 0; row1 < rowc.size(); row1++) {
      |                              ~~~~~^~~~~~~~~~~~~
/in/foo.cc:49:7: warning: unused variable 'brk' [-Wunused-variable]
   49 |   int brk = 0;
      |       ^~~
/in/foo.cc:66:10: warning: unused variable 'ec' [-Wunused-variable]
   66 |     auto ec = scanf("%d%d%d%d", &n, &m, &r, &c);
      |          ^~
# 状态 耗时 内存占用
#1 Accepted 8ms 5.008 MiB
#2 Accepted 7ms 5.016 MiB
#3 Accepted 8ms 5.004 MiB
#4 Accepted 8ms 5.008 MiB
#5 Accepted 8ms 5.035 MiB
#6 Accepted 179ms 119.781 MiB
#7 Accepted 184ms 119.785 MiB
#8 Accepted 181ms 119.73 MiB
#9 Accepted 183ms 119.789 MiB
#10 Accepted 190ms 119.57 MiB

信息

递交者
类型
递交
题目
P1914 子矩阵
语言
C++
递交时间
2025-10-31 15:34:12
评测时间
2025-10-31 15:34:12
评测机
分数
100
总耗时
961ms
峰值内存
119.789 MiB