记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:24: error: 'log2' was not declared in this scope
  int len = log2(abs_num);
                        ^
/in/foo.cc:14:16: error: 'pow' was not declared in this scope
  if (pow(2, len) < num)
                ^

信息

递交者
类型
递交
题目
位的序号
语言
C++
递交时间
2019-03-01 22:31:55
评测时间
2019-03-01 22:31:55
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes