float fl(int j) { return j * 4 / 3; } double dbl(int j) { return j * 4 / 3; } long double ldbl(int j) { return j * 4 / 3; }