fn main() { let ans: f64 = (19. / 47. + 28. / 43.) * 2021. / 27.; println!("{}", ans.round()); }