/ Vijos /

记录详情

Accepted

foo.cc: In function ‘void Topo_dfs(int)’:
foo.cc:64:9: warning: unused variable ‘i’ [-Wunused-variable]
   64 |     int i, j, x, y;
      |         ^
foo.cc:64:12: warning: unused variable ‘j’ [-Wunused-variable]
   64 |     int i, j, x, y;
      |            ^
foo.cc: In function ‘int main()’:
foo.cc:118:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  118 |     for (l=0; l<26; l++)
      |     ^~~
foo.cc:133:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
  133 |         Topo_dfs( 0 );
      |         ^~~~~~~~
foo.cc:89:18: warning: unused variable ‘x’ [-Wunused-variable]
   89 |     int i, j, l, x, y, z;
      |                  ^
foo.cc:89:21: warning: unused variable ‘y’ [-Wunused-variable]
   89 |     int i, j, l, x, y, z;
      |                     ^
# 状态 耗时 内存占用
#1 Accepted 2ms 764.0 KiB
#2 Accepted 2ms 576.0 KiB
#3 Accepted 2ms 584.0 KiB
#4 Accepted 2ms 576.0 KiB

信息

递交者
类型
递交
题目
P1030 重叠的方框
语言
C++
递交时间
2025-02-09 21:40:06
评测时间
2025-02-11 04:21:42
评测机
分数
100
总耗时
10ms
峰值内存
764.0 KiB