记录详情

Accepted

foo.cc: In constructor 'BigInt::BigInt(int)':
foo.cc:30:93: warning: variable 'ptrPriorNode' set but not used [-Wunused-but-set-variable]
   30 |                 DigitNode *ptrHeadNode = NULL, *ptrNewNode = NULL, *ptrCurrentNode = NULL, *ptrPriorNode = NULL;
      |                                                                                             ^~~~~~~~~~~~
foo.cc: In member function 'BigInt BigInt::IntegerToBigInt(int)':
foo.cc:331:93: warning: variable 'ptrPriorNode' set but not used [-Wunused-but-set-variable]
  331 |                 DigitNode *ptrHeadNode = NULL, *ptrNewNode = NULL, *ptrCurrentNode = NULL, *ptrPriorNode = NULL;
      |                                                                                             ^~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 412.0 KiB
#2 Accepted 3ms 412.0 KiB
#3 Accepted 3ms 332.0 KiB
#4 Accepted 5ms 412.0 KiB
#5 Accepted 3ms 412.0 KiB

信息

递交者
类型
递交
题目
P1025 OO6-3 高精度整数集合类的插入排序
语言
C++
递交时间
2023-10-14 05:14:10
评测时间
2023-10-14 05:14:10
评测机
分数
100
总耗时
19ms
峰值内存
412.0 KiB