/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void solve()':
/in/foo.cc:69:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
      if(a[i][j] != L[x]) continue; if(used[x]) continue;
      ^~
/in/foo.cc:69:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
      if(a[i][j] != L[x]) continue; if(used[x]) continue;
                                    ^~
/in/foo.cc:85:8: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
        if(j == m && npr) continue; if(i == n && npd) continue;
        ^~
/in/foo.cc:85:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
        if(j == m && npr) continue; if(i == n && npd) continue;
                                    ^~
# 状态 耗时 内存占用
#1 Accepted 51ms 80.707 MiB
#2 Accepted 57ms 80.719 MiB
#3 Accepted 59ms 80.746 MiB
#4 Accepted 58ms 80.75 MiB
#5 Accepted 61ms 80.762 MiB
#6 Accepted 58ms 80.746 MiB
#7 Accepted 128ms 80.754 MiB
#8 Accepted 114ms 80.664 MiB
#9 Accepted 821ms 80.75 MiB
#10 Accepted 767ms 80.746 MiB

信息

递交者
类型
递交
题目
P1735 旅行路线
语言
C++
递交时间
2021-07-21 09:35:54
评测时间
2021-07-21 09:35:54
评测机
分数
100
总耗时
2180ms
峰值内存
80.762 MiB