/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:47:9: warning: unused variable 'h' [-Wunused-variable]
  int T, h, r, p[maxn][3] = {0};
         ^
/in/foo.cc:47:12: warning: unused variable 'r' [-Wunused-variable]
  int T, h, r, p[maxn][3] = {0};
            ^
/in/foo.cc:47:15: warning: unused variable 'p' [-Wunused-variable]
  int T, h, r, p[maxn][3] = {0};
               ^
# 状态 耗时 内存占用
#1 Accepted 7ms 4.125 MiB
#2 Accepted 8ms 4.227 MiB
#3 Accepted 7ms 4.219 MiB
#4 Accepted 12ms 4.125 MiB
#5 Accepted 12ms 4.125 MiB
#6 Accepted 43ms 4.215 MiB
#7 Accepted 43ms 4.215 MiB
#8 Accepted 48ms 4.234 MiB
#9 Wrong Answer 49ms 4.25 MiB
#10 Accepted 39ms 4.23 MiB

信息

递交者
类型
递交
题目
P2031 奶酪
语言
C++
递交时间
2018-05-19 21:14:50
评测时间
2018-05-19 21:15:44
评测机
分数
90
总耗时
272ms
峰值内存
4.25 MiB