/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void Solve(int)':
/in/foo.cc:83:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   83 |         if (vis[d]) continue; Queue(d, e);
      |         ^~
/in/foo.cc:83:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   83 |         if (vis[d]) continue; Queue(d, e);
      |                               ^~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 532.0 KiB
#2 Accepted 4ms 824.0 KiB
#3 Accepted 3ms 784.0 KiB
#4 Accepted 821ms 29.727 MiB
#5 Accepted 488ms 29.469 MiB
#6 Accepted 956ms 27.117 MiB
#7 Accepted 959ms 27.129 MiB
#8 Accepted 960ms 27.113 MiB
#9 Accepted 548ms 26.84 MiB
#10 Accepted 525ms 26.836 MiB

信息

递交者
类型
递交
题目
P1868 购票
语言
C++
递交时间
2025-02-15 17:36:13
评测时间
2025-02-15 17:36:13
评测机
分数
100
总耗时
5270ms
峰值内存
29.727 MiB