Another Contest 4 Problem 10 - Two Rectangles
View as PDFIn 2016, I proposed a problem about trying to take two rectangles and seeing if it was possible to combine them to form a square. It got rejected. Please implement this function instead.
bool f(int n)
You may assume .
Comments