Wrong Answer
foo.cc: In function 'int main()':
foo.cc:20:21: warning: unused variable 'f' [-Wunused-variable]
  int x, n, j, i, y, f, s, s2;
                     ^
foo.cc:20:27: warning: unused variable 's2' [-Wunused-variable]
  int x, n, j, i, y, f, s, s2;
                           ^~
foo.cc:21:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d", &x, &n);
  ~~~~~^~~~~~~~~~~~~~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A11-1 高精度整数与常规整数的乘法
 - 比赛
 - 2021(四) 作业第二场:见面赛
 - 语言
 - C++
 - 递交时间
 - 2021-10-30 22:42:15
 - 评测时间
 - 2021-10-30 22:42:15
 - 评测机
 
- 分数
 - 80
 - 总耗时
 - 13ms
 - 峰值内存
 - 1.184 MiB