记录详情

Compile Error

foo.cc: In function ‘int mian()’:
foo.cc:12:39: error: ‘pow’ was not declared in this scope
   12 |         double result = round(dp[n] * pow(2, n) % 100007);
      |                                       ^~~
foo.cc:12:25: error: ‘round’ was not declared in this scope
   12 |         double result = round(dp[n] * pow(2, n) % 100007);
      |                         ^~~~~

信息

递交者
类型
自测
题目
P1583 Problem 4C. 赌徒默示录
语言
C++
递交时间
2024-05-06 16:49:47
评测时间
2024-05-06 16:49:47
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes