/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:21:26: warning: iteration 19999 invokes undefined behavior [-Waggressive-loop-optimizations]
         ans[i+1]+=ans[i]/10, ans[i]%=10;
                          ^~
/in/foo.cc:20:12: note: within this loop
  for (i=1;i<20001;i++)
           ~^~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 384.0 KiB
#2 Accepted 3ms 384.0 KiB
#3 Accepted 6ms 476.0 KiB
#4 Accepted 137ms 508.0 KiB

信息

递交者
类型
递交
题目
P1040 高精度乘法
语言
C++
递交时间
2017-12-21 19:25:44
评测时间
2017-12-21 19:25:44
评测机
分数
100
总耗时
150ms
峰值内存
508.0 KiB