记录详情

Accepted

foo.cc: In function 'int main(int, char**)':
foo.cc:11:12: warning: unused variable 'k' [-Wunused-variable]
  int i, j, k;
            ^
foo.cc: In function 'int Mul(BigInt*, int)':
foo.cc:68:14: warning: unused variable 'k' [-Wunused-variable]
  int jw = 0, k = 0;
              ^
foo.cc: In function 'int main(int, char**)':
foo.cc:16:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d %d", &n1, &n2);
  ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:17:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d %d", &m1, &m2);
  ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:19:10: warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized]
  int na, nb;
          ^~
foo.cc:19:6: warning: 'na' may be used uninitialized in this function [-Wmaybe-uninitialized]
  int na, nb;
      ^~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 1.0 MiB
#2 Accepted 1ms 1.0 MiB
#3 Accepted 1ms 1.0 MiB
#4 Accepted 1ms 1.0 MiB
#5 Accepted 1ms 1.0 MiB

信息

递交者
类型
递交
题目
A11-4 高精度整数之间的乘法
比赛
2021(四) 作业第三场:热身赛
语言
C++
递交时间
2021-11-14 13:01:22
评测时间
2021-11-14 13:01:22
评测机
分数
100
总耗时
7ms
峰值内存
1.0 MiB