/ XMU_ACM /

记录详情

Accepted

/in/foo.cc: In function 'long long int dijskra(long long int)':
/in/foo.cc:50:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (vis[u]) continue; vis[u] = true;
   ^~
/in/foo.cc:50:25: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if (vis[u]) continue; vis[u] = true;
                         ^~~
# 状态 耗时 内存占用
#1 Accepted 214ms 8.242 MiB
#2 Accepted 583ms 8.121 MiB
#3 Accepted 48ms 7.211 MiB
#4 Accepted 48ms 7.34 MiB

信息

递交者
类型
递交
题目
P1057 起飞
比赛
厦大附中模拟赛第一场
语言
C++
递交时间
2020-12-20 16:39:00
评测时间
2020-12-20 16:39:00
评测机
分数
100
总耗时
895ms
峰值内存
8.242 MiB