记录详情

Compile Error

/in/foo.cc: In function 'std::__cxx11::string op2(int)':
/in/foo.cc:34:16: error: cannot convert 'std::__cxx11::string {aka std::__cxx11::basic_string<char>}' to 'int' in assignment
     num=op2(tmp);
                ^
/in/foo.cc:38:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

信息

递交者
类型
递交
题目
用递归法分解质因数
语言
C++
递交时间
2024-06-03 20:13:45
评测时间
2024-06-03 20:13:49
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes