/ JF_OIer /

记录详情

Accepted

/in/foo.cc: In function 'void min_delete(int)':
/in/foo.cc:33:16: warning: unused variable 't' [-Wunused-variable]
  int lc,rc,min,t;
                ^
/in/foo.cc: In function 'int get_min()':
/in/foo.cc:47:10: warning: unused variable 'i' [-Wunused-variable]
  int res,i;
          ^
/in/foo.cc: In function 'void max_insert(int)':
/in/foo.cc:61:10: warning: unused variable 't' [-Wunused-variable]
  int i,j,t;
          ^
/in/foo.cc: In function 'void max_delete(int)':
/in/foo.cc:73:16: warning: unused variable 't' [-Wunused-variable]
  int lc,rc,max,t ;
                ^
/in/foo.cc: In function 'int get_max()':
/in/foo.cc:87:10: warning: unused variable 'i' [-Wunused-variable]
  int res,i;
          ^
# 状态 耗时 内存占用
#1 Accepted 39ms 4.488 MiB
#2 Accepted 2ms 4.215 MiB
#3 Accepted 110ms 4.676 MiB
#4 Accepted 83ms 4.715 MiB
#5 Accepted 30ms 4.715 MiB
#6 Accepted 38ms 4.793 MiB
#7 Accepted 54ms 4.867 MiB
#8 Accepted 55ms 6.945 MiB
#9 Accepted 3ms 4.219 MiB
#10 Accepted 3ms 4.344 MiB

信息

递交者
类型
递交
题目
P1013 黑匣子
语言
C++
递交时间
2019-07-24 09:33:14
评测时间
2019-07-24 09:33:14
评测机
分数
100
总耗时
421ms
峰值内存
6.945 MiB