/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   14 |     for(i=1;i<lena+lenb;i++)
      |     ^~~
/in/foo.cc:20:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   20 |         len=lena+lenb;//需要对c数组进行进位操作
      |         ^~~
/in/foo.cc:5:29: warning: unused variable 'x' [-Wunused-variable]
    5 |     int a[10005],b[10005],i,x,len,j,c[1000000005];
      |                             ^
# 状态 耗时 内存占用
#1 Runtime Error 2ms 528.0 KiB
#2 Runtime Error 2ms 476.0 KiB
#3 Runtime Error 2ms 524.0 KiB
#4 Runtime Error 2ms 536.0 KiB

信息

递交者
类型
递交
题目
P1040 高精度乘法
语言
C++
递交时间
2025-05-26 19:47:00
评测时间
2025-05-26 19:47:00
评测机
分数
0
总耗时
10ms
峰值内存
536.0 KiB