#include using namespace std; const int INF=1e9; int C,N,a[100000]; int dp[100005]; int main(){ scanf("%d%d",&C,&N); for(int i=0;i