/ Vijos /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:9:11: error: 'pos' was not declared in this scope
  cout << (pos(2, n - 1) * 4 - 2);
           ^~~
foo.cc:9:11: note: suggested alternative: 'pow'
  cout << (pos(2, n - 1) * 4 - 2);
           ^~~
           pow
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。

信息

递交者
类型
自测
题目
P1354 Hanoi双塔问题
语言
C++
递交时间
2021-05-16 23:55:18
评测时间
2021-05-16 23:55:18
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes