记录详情

Runtime Error

foo.c: In function 'Add':
foo.c:31:13: warning: variable 'ans' set but not used [-Wunused-but-set-variable]
   31 |         int ans[100000] = { 0 };
      |             ^~~
foo.c: In function 'MulHigh':
foo.c:51:31: warning: passing argument 2 of 'Add' makes pointer from integer without a cast [-Wint-conversion]
   51 |                 ans0=Add(ans, n0, ans0, n0);
      |                               ^~
      |                               |
      |                               int
foo.c:29:22: note: expected 'int *' but argument is of type 'int'
   29 | int Add(int a[], int b[], int n1, int n2)
      |                  ~~~~^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 6ms 2.152 MiB

信息

递交者
类型
自测
题目
A11-4 高精度整数之间的乘法
语言
C
递交时间
2023-11-11 21:11:17
评测时间
2023-11-11 21:11:17
评测机
分数
0
总耗时
6ms
峰值内存
2.152 MiB