This commit is contained in:
2023-05-07 16:46:18 +03:00
parent 197426e266
commit 084f131c90
2 changed files with 19 additions and 4 deletions

View File

@@ -19,4 +19,4 @@ fn main() {
let s: f32 = ((b + m) as f32 / 2f32) * ((m - b + 1) * (n - a + 1)) as f32;
println!("S = {}", s);
}
}