记录详情

Accepted

foo.cc: In function 'void fang(int, int, Bigint&)':
foo.cc:43:6: warning: unused variable 'jw' [-Wunused-variable]
   43 |  int jw=0;
      |      ^~
foo.cc:44:6: warning: unused variable 'j' [-Wunused-variable]
   44 |  int j=0;
      |      ^
foo.cc: In function 'void add(Bigint&, Bigint&, Bigint&)':
foo.cc:56:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   56 |  if(a2.n<min)
      |  ^~
foo.cc:58:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   58 |   int i;
      |   ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 7ms 1.5 MiB
#2 Accepted 3ms 1.5 MiB
#3 Accepted 3ms 1.5 MiB
#4 Accepted 2ms 1.5 MiB
#5 Accepted 2ms 1.5 MiB

信息

递交者
类型
递交
题目
A11-3 高精度整数的加法
比赛
2022暑期青少年社团(训练赛)
语言
C++
递交时间
2022-08-07 19:50:42
评测时间
2022-08-07 19:50:42
评测机
分数
100
总耗时
19ms
峰值内存
1.5 MiB