#include using namespace std; typedef long long ll; #define rep(i,n) for(int i=0;i>n>>h>>m>>t; temp=(h*60+m+t*(n-1))%1440; h=temp/60; m=temp%60; cout<