/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:195:13: warning: statement has no effect [-Wunused-value]
    hashed[l]==1;
    ~~~~~~~~~^~~
/in/foo.cc: In function 'void heap_delete(node*, int)':
/in/foo.cc:105:19: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]
    heap[i]=heap[j];
                   ^
# 状态 耗时 内存占用
#1 Accepted 1ms 340.0 KiB
#2 Accepted 1ms 344.0 KiB
#3 Runtime Error 3ms 980.0 KiB
#4 Accepted 1ms 344.0 KiB
#5 Wrong Answer 1ms 336.0 KiB
#6 Runtime Error 5ms 972.0 KiB
#7 Runtime Error 4ms 972.0 KiB
#8 Runtime Error 4ms 976.0 KiB
#9 Runtime Error 6ms 972.0 KiB
#10 Runtime Error 5ms 976.0 KiB

信息

递交者
类型
递交
题目
P1019 补丁VS错误
语言
C++
递交时间
2019-01-20 17:18:34
评测时间
2019-01-20 17:18:34
评测机
分数
30
总耗时
37ms
峰值内存
980.0 KiB