()
| 26 | } |
| 27 | |
| 28 | fn main() { |
| 29 | // println!("{:?}", Solution::construct_rectangle(4)); |
| 30 | // println!("{:?}", Solution::construct_rectangle(37)); |
| 31 | println!("{:?}", Solution::construct_rectangle(9999998)); |
| 32 | } |
nothing calls this directly
no outgoing calls
no test coverage detected