记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:18:24: error: 'pow' was not declared in this scope
  long long k = pow(x, b);
                        ^
/in/foo.cc:20:16: error: 'sqrt' was not declared in this scope
  int n = sqrt(k);
                ^

信息

递交者
类型
自测
题目
P1577 Problem 3C. 源深,启动
语言
C++
递交时间
2024-04-30 20:36:53
评测时间
2024-04-30 20:36:53
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes