Time Exceeded
foo.cc: In constructor ‘BigInt::BigInt()’:
foo.cc:7:5: warning: ‘BigInt::x’ is initialized with itself [-Winit-self]
    7 |     BigInt():x(x)
      |     ^~~~~~
foo.cc: In function ‘int main()’:
foo.cc:49:9: warning: unused variable ‘x’ [-Wunused-variable]
   49 |     int x, k;
      |         ^
foo.cc:49:12: warning: unused variable ‘k’ [-Wunused-variable]
   49 |     int x, k;
      |            ^
foo.cc: In constructor ‘BigInt::BigInt()’:
foo.cc:7:16: warning: ‘*this.BigInt::x’ is used uninitialized [-Wuninitialized]
    7 |     BigInt():x(x)
      |                ^
  信息
- 递交者
 - 类型
 - 自测
 - 题目
 - P1023 OO6-1 高精度整数类的乘法运算
 - 语言
 - C++
 - 递交时间
 - 2024-05-05 10:28:52
 - 评测时间
 - 2024-05-05 10:28:52
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - ≥1067ms
 - 峰值内存
 - ≥320.0 KiB