记录详情

Compile Error

/in/foo.cc: In function 'std::__cxx11::string op2(int)':
/in/foo.cc:31:9: warning: unused variable 'tmp' [-Wunused-variable]
     int tmp=num/i;
         ^~~
/in/foo.cc:34:11: error: 'tmp' was not declared in this scope
   num=op2(tmp);
           ^~~
/in/foo.cc:36:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

信息

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