0_0_39576708_3434.cpp: In function 'void solve()': 0_0_39576708_3434.cpp:55:22: error: 'x' was not declared in this scope 55 | ll ans = (dp[x][0] + dp[x][1] + dp[x][2]) % P; | ^