/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:43:23: warning: value computed is not used [-Wunused-value]
   delete[] f[i], ans[i];
                  ~~~~~^
/in/foo.cc:43:23: warning: right operand of comma operator has no effect [-Wunused-value]
/in/foo.cc:44:17: warning: right operand of comma operator has no effect [-Wunused-value]
  delete[] a, f, ans;
                 ^~~
/in/foo.cc:44:20: warning: right operand of comma operator has no effect [-Wunused-value]
  delete[] a, f, ans;
                    ^
# 状态 耗时 内存占用
#1 Accepted 3ms 1.246 MiB
#2 Accepted 2ms 316.0 KiB
#3 Accepted 1ms 316.0 KiB
#4 Accepted 18ms 588.0 KiB
#5 Accepted 19ms 576.0 KiB
#6 Accepted 21ms 696.0 KiB
#7 Accepted 18ms 592.0 KiB
#8 Accepted 2ms 316.0 KiB
#9 Accepted 13ms 576.0 KiB
#10 Accepted 1ms 200.0 KiB

信息

递交者
类型
递交
题目
P1242 邮局问题
语言
C++
递交时间
2018-11-15 02:43:37
评测时间
2018-11-15 02:43:37
评测机
分数
100
总耗时
102ms
峰值内存
1.246 MiB