#include using namespace std; int main(){ int h,a,d;cin >> h >> a >> d; vector dp(h+1,1e9); dp[0]=0; for(int i=0;i