/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:20: warning: operation on 'xx' may be undefined [-Wsequence-point]
  while (x[xx]<=n)x[++xx]=x[xx-1]*4;
                    ^~~~
/in/foo.cc:18:20: warning: operation on 'yy' may be undefined [-Wsequence-point]
  while (y[yy]<=n)y[++yy]=y[yy-1]*5;
                    ^~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 256.0 KiB
#2 Accepted 4ms 2.328 MiB
#3 Accepted 4ms 384.0 KiB
#4 Accepted 2ms 336.0 KiB
#5 Accepted 4ms 444.0 KiB
#6 Accepted 4ms 384.0 KiB
#7 Accepted 3ms 336.0 KiB
#8 Accepted 5ms 384.0 KiB
#9 Accepted 3ms 492.0 KiB
#10 Accepted 9ms 2.449 MiB

信息

递交者
类型
递交
题目
P1614 最后の战
语言
C++
递交时间
2017-07-25 21:40:28
评测时间
2017-07-25 21:40:28
评测机
分数
100
总耗时
44ms
峰值内存
2.449 MiB