use proconio::input; use std::f64::consts::PI; fn main(){ input!{ H: f64, R: f64, } let S=-8.245+6.807*H+7.073*2.*R;; println!("{}",S); }