Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:17: error: 'n' was not declared in this scope
  for(int i=4;i<=n;i++)
                 ^
/in/foo.cc:13:11: error: 'n' was not declared in this scope
  cout<<dp[n];
           ^

信息

递交者
类型
递交
题目
P1497 爬楼梯 1到3级(floor)
语言
C++
递交时间
2023-11-02 15:02:46
评测时间
2023-11-02 15:02:46
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes