/ Vijos /

记录详情

Accepted

foo.cc: In function ‘void solve()’:
foo.cc:69:41: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   69 |                                         if(a[i][j] != L[x]) continue; if(used[x]) continue;
      |                                         ^~
foo.cc:69:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   69 |                                         if(a[i][j] != L[x]) continue; if(used[x]) continue;
      |                                                                       ^~
foo.cc:85:57: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   85 |                                                         if(j == m && npr) continue; if(i == n && npd) continue;
      |                                                         ^~
foo.cc:85:85: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   85 |                                                         if(j == m && npr) continue; if(i == n && npd) continue;
      |                                                                                     ^~
正在同步测试数据,请稍后
# 状态 耗时 内存占用
#1 Accepted 83ms 81.074 MiB
#2 Accepted 94ms 80.773 MiB
#3 Accepted 95ms 80.773 MiB
#4 Accepted 95ms 80.773 MiB
#5 Accepted 101ms 80.629 MiB
#6 Accepted 94ms 80.777 MiB
#7 Accepted 151ms 80.773 MiB
#8 Accepted 163ms 80.695 MiB
#9 Accepted 654ms 80.734 MiB
#10 Accepted 555ms 80.672 MiB

信息

递交者
类型
递交
题目
P1735 旅行路线
语言
C++
递交时间
2024-07-03 17:45:19
评测时间
2024-07-03 17:45:19
评测机
分数
100
总耗时
2089ms
峰值内存
81.074 MiB