/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main(int, char**)':
/in/foo.cc:105:37: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  105 |         for (int row1 = 0; row1 + 1 < rowc.size(); row1++) {
      |                            ~~~~~~~~~^~~~~~~~~~~~~
/in/foo.cc:115:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  115 |           for (int row1 = 0; row1 < rowc.size(); row1++) {
      |                              ~~~~~^~~~~~~~~~~~~
/in/foo.cc:102:11: warning: unused variable 'rowstat' [-Wunused-variable]
  102 |       int rowstat = tostat(rowc);
      |           ^~~~~~~
/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 3ms 592.0 KiB
#2 Accepted 3ms 584.0 KiB
#3 Accepted 3ms 596.0 KiB
#4 Accepted 3ms 592.0 KiB
#5 Accepted 3ms 600.0 KiB
#6 Accepted 32ms 1.418 MiB
#7 Accepted 32ms 1.422 MiB
#8 Accepted 32ms 1.414 MiB
#9 Accepted 32ms 1.41 MiB
#10 Accepted 31ms 1.418 MiB

信息

递交者
类型
递交
题目
P1914 子矩阵
语言
C++
递交时间
2025-10-31 16:48:58
评测时间
2025-10-31 16:48:58
评测机
分数
100
总耗时
177ms
峰值内存
1.422 MiB