记录详情

Compile Error

/in/foo.cc: In function 'std::vector<int> power(const std::vector<int>&, int)':
/in/foo.cc:24:30: error: cannot convert 'std::vector<int>' to 'int' for argument '2' to 'std::vector<int> mul(const std::vector<int>&, int)'
         return mul(temp, temp);
                              ^
/in/foo.cc:26:34: error: cannot convert 'std::vector<int>' to 'int' for argument '2' to 'std::vector<int> mul(const std::vector<int>&, int)'
         return mul(mul(temp, temp), base);
                                  ^

信息

递交者
类型
自测
题目
A11-2 K进制的高精度整数
语言
C++
递交时间
2024-10-12 18:30:18
评测时间
2024-10-12 18:30:18
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes