记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:63:16: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
     jud[j + 1] = y;
     ~~~~~~~~~~~^~~
/in/foo.cc:62:4: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
    if (jud[j] == x)
    ^~
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 996.0 KiB
#2 Wrong Answer 3ms 988.0 KiB
#3 Wrong Answer 5ms 996.0 KiB
#4 Accepted 21ms 1.133 MiB
#5 Accepted 43ms 1.133 MiB
#6 Accepted 15ms 1.09 MiB
#7 Accepted 57ms 1.125 MiB
#8 Accepted 35ms 1.09 MiB
#9 Accepted 29ms 1.09 MiB
#10 Accepted 88ms 1.09 MiB

信息

递交者
类型
递交
题目
P1006 签到题(Round 2)
语言
C++
递交时间
2021-02-09 15:49:59
评测时间
2021-02-09 15:49:59
评测机
分数
70
总耗时
304ms
峰值内存
1.133 MiB