#include #include #include using namespace std; typedef struct data{ int money; int time; }data; int N, C, V; int S[1500], T[1500], Y[1500], M[1500]; map > keiro; int loop(int pos, int money, int time, int min_time){ if(money<0 || (min_time