#include using namespace std; typedef long long ll; typedef vector vi; typedef vector vl; typedef complex P; typedef pair pii; #define REP(i,n) for(ll i=0;i>v>>t; double ans = v*t + 1e-10; int anss = (int)ans; cout<