Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:818:31: error: no 'operator++(int)' declared for postfix '++' [-fpermissive]
  818 |         for(Bigint i=1;i<=n1;i++)
      |                              ~^~
/in/foo.cc:820:31: error: no 'operator++(int)' declared for postfix '++' [-fpermissive]
  820 |         for(Bigint i=1;i<=n2;i++)
      |                              ~^~
/in/foo.cc: At global scope:
/in/foo.cc:458:20: warning: 'std::string std::to_string(int)' defined but not used [-Wunused-function]
  458 | static std::string to_string(const int value)
      |                    ^~~~~~~~~

信息

递交者
类型
递交
题目
P1074 A11-4 高精度整数之间的乘法
语言
C++
递交时间
2025-10-08 12:10:55
评测时间
2025-10-08 12:10:55
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes