记录详情

Compile Error

foo.cc: In function 'void BigTimes(BigInt&, BigInt&, BigInt&)':
foo.cc:53:27: error: too many arguments to function 'void Mul(BigInt&, int)'
   53 |         Mul(a,b.num[i],out);
      |                           ^
foo.cc:10:6: note: declared here
   10 | void Mul(BigInt &x, int y)
      |      ^~~
foo.cc:57:29: error: too many arguments to function 'void Mul(BigInt&, int)'
   57 |             Mul(out,10,other);
      |                             ^
foo.cc:10:6: note: declared here
   10 | void Mul(BigInt &x, int y)
      |      ^~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
比赛
2022暑期青少年社团(训练赛)
语言
C++
递交时间
2022-08-07 21:18:45
评测时间
2022-08-07 21:18:45
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes