#include using namespace std; using Int=long long; using Real=long double; templateinline bool chmin(T&A,S B){if(A>B){A=B;return true;}else{return false;}} templateinline bool chmax(T&A,S B){if(A>T; int A=stoi(T.substr(0,2)),B=stoi(T.substr(3)); B+=5; A+=B/60; B%=60; A%=24; cout<<(A<10?"0":"")<>TE; while(TE--)sol(); }