#include #define REP(i,n) for(int i=0;i>n; dp[0]=1;dp[1]=2;dp[2]=2; LOOP(i,3,n+1)dp[i]=(dp[i-2]+dp[i-3])%MOD; cout<