/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:27:16: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(d[x][y][cnt]) return;
     ~~~~~~~~~~~^
/in/foo.cc:67:8: note: 'y' was declared here
  int x,y;
        ^
/in/foo.cc:27:16: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(d[x][y][cnt]) return;
     ~~~~~~~~~~~^
/in/foo.cc:67:6: note: 'x' was declared here
  int x,y;
      ^
# 状态 耗时 内存占用
#1 Accepted 34ms 40.809 MiB
#2 Accepted 15ms 40.684 MiB
#3 Accepted 22ms 40.805 MiB
#4 Accepted 17ms 40.676 MiB
#5 Accepted 20ms 40.676 MiB
#6 Accepted 13ms 40.809 MiB
#7 Accepted 12ms 40.816 MiB
#8 Accepted 14ms 40.676 MiB
#9 Accepted 13ms 40.801 MiB
#10 Accepted 21ms 40.816 MiB

信息

递交者
类型
递交
题目
P1226 拯救世界-拯救博士
语言
C++
递交时间
2017-10-02 14:07:22
评测时间
2017-10-02 14:07:22
评测机
分数
100
总耗时
186ms
峰值内存
40.816 MiB