/ Vijos /

记录详情

Accepted

foo.cc: In function 'void dij()':
foo.cc:16:14: warning: unused variable 'y' [-Wunused-variable]
  int tmp, k, y;
              ^
foo.cc: In function 'int main()':
foo.cc:52:19: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   if (x == 0 && y == 0 & z == 0)
                 ~~^~~~
foo.cc: In function 'void dij()':
foo.cc:30:8: warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized]
   v[k] = 1;
   ~~~~~^~~
正在同步测试数据,请稍后
# 状态 耗时 内存占用
#1 Accepted 2ms 768.0 KiB
#2 Accepted 3ms 724.0 KiB
#3 Accepted 2ms 768.0 KiB
#4 Accepted 48ms 13.844 MiB
#5 Accepted 47ms 13.777 MiB
#6 Accepted 41ms 13.797 MiB
#7 Accepted 43ms 13.91 MiB
#8 Accepted 47ms 13.82 MiB
#9 Accepted 46ms 13.914 MiB
#10 Accepted 46ms 13.777 MiB

信息

递交者
类型
递交
题目
P1391 想越狱的小杉
语言
C++
递交时间
2021-01-19 23:39:49
评测时间
2021-01-19 23:39:49
评测机
分数
100
总耗时
331ms
峰值内存
13.914 MiB