/ XmX /

记录详情

Wrong Answer

/in/foo.cc: In member function 'void MaxHeap::backspace()':
/in/foo.cc:65:13: warning: unused variable 'now' [-Wunused-variable]
   long long now=a[cnt].pos;
             ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:101:40: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   else printf("%d\n",a.a[a.heap[1]].val);
                                        ^
# 状态 耗时 内存占用
#1 Accepted 1ms 344.0 KiB
#2 Accepted 1ms 320.0 KiB
#3 Accepted 1ms 348.0 KiB
#4 Wrong Answer 1ms 376.0 KiB
#5 Accepted 1ms 348.0 KiB

信息

递交者
类型
递交
题目
P1011 [YT001C]高橋さんは野菜を作る
语言
C++
递交时间
2024-08-21 19:13:23
评测时间
2024-08-21 19:14:13
评测机
分数
80
总耗时
7ms
峰值内存
376.0 KiB