Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:86:15: error: too few arguments to function 'void factor(ll, std::map<long long int, int>&)'
86 | factor(n);
| ~~~~~~^~~
/in/foo.cc:72:6: note: declared here
72 | void factor(ll n, map<ll, int>& factors) {
| ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1472 1.5.43:质因数分解
- 语言
- C++
- 递交时间
- 2025-10-08 06:34:15
- 评测时间
- 2025-10-08 06:34:15
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes