/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:24:22: warning: iteration 20018 invokes undefined behavior [-Waggressive-loop-optimizations]
   24 |                 s[i+1]+=s[i]/10;
      |                 ~~~~~^
/in/foo.cc:23:23: note: within this loop
   23 |         for(int i=1; i<=NUM*2; i++){
      |                      ~^~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 532.0 KiB
#2 Accepted 2ms 580.0 KiB
#3 Accepted 3ms 572.0 KiB
#4 Accepted 70ms 724.0 KiB

信息

递交者
类型
递交
题目
P1040 高精度乘法
语言
C++
递交时间
2025-06-06 15:19:35
评测时间
2025-06-06 15:19:35
评测机
分数
100
总耗时
78ms
峰值内存
724.0 KiB