Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:29:37: error: 'pow' was not declared in this scope
   result += result + pow(a[j], j + 1);
                                     ^
/in/foo.cc:7:6: warning: unused variable 'b' [-Wunused-variable]
  int b[32] = { 0 };
      ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1100 高低位交换
 - 比赛
 - 小兰赛 2019/9/28
 - 语言
 - C++
 - 递交时间
 - 2019-09-28 09:32:15
 - 评测时间
 - 2019-09-28 09:32:15
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes