/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void solve()':
/in/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;
      |                                         ^~
/in/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;
      |                                                                       ^~
/in/foo.cc:85:57: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   85 |                                                         if(j == m && npr) continue; if(i == n && npd) continue;
      |                                                         ^~
/in/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 64ms 80.793 MiB
#2 Accepted 72ms 80.863 MiB
#3 Accepted 70ms 80.859 MiB
#4 Accepted 70ms 80.863 MiB
#5 Accepted 74ms 80.855 MiB
#6 Accepted 71ms 80.859 MiB
#7 Accepted 148ms 80.859 MiB
#8 Accepted 134ms 80.625 MiB
#9 Accepted 1131ms 80.867 MiB
#10 Accepted 1044ms 80.867 MiB

信息

递交者
类型
递交
题目
P1735 旅行路线
语言
C++
递交时间
2025-06-10 17:41:30
评测时间
2025-06-10 17:41:30
评测机
分数
100
总耗时
2882ms
峰值内存
80.867 MiB