#include #include using namespace std; int t[200], k[200]; int dp[200][2]; int main(void) { int n,d; scanf("%d%d",&n,&d); for(int i=0; i