踩方块 这道题算是递推题里面简单的了 很水,需要自己手推递推式,列出来多个结果然后找规律,找出来规律就很好的带出来了 #include<iostream> #include<cstdio> using namespace std; int n; int main() { cin>>n; int f