记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:79:17: warning: 'ey' may be used uninitialized in this function [-Wmaybe-uninitialized]
     if (w[ex][ey]==0) cout<<"There’s no wind!"<<endl;
         ~~~~~~~~^
/in/foo.cc:79:17: warning: 'ex' may be used uninitialized in this function [-Wmaybe-uninitialized]
/in/foo.cc:55:11: warning: 'sy' may be used uninitialized in this function [-Wmaybe-uninitialized]
     q[1].y=sy;
     ~~~~~~^~~
/in/foo.cc:54:11: warning: 'sx' may be used uninitialized in this function [-Wmaybe-uninitialized]
     q[1].x=sx;
     ~~~~~~^~~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 584.0 KiB
#2 Accepted 1ms 592.0 KiB
#3 Wrong Answer 3ms 1.07 MiB
#4 Accepted 2ms 972.0 KiB
#5 Wrong Answer 3ms 1.27 MiB
#6 Runtime Error 5ms 2.055 MiB
#7 Wrong Answer 6ms 2.035 MiB
#8 Wrong Answer 5ms 1.902 MiB
#9 Wrong Answer 4ms 1.418 MiB
#10 Wrong Answer 4ms 1.539 MiB

信息

递交者
类型
递交
题目
P1012 神奇的风
语言
C++
递交时间
2019-11-02 13:45:24
评测时间
2019-11-02 13:45:24
评测机
分数
20
总耗时
39ms
峰值内存
2.055 MiB