{"problem":{"name":"Two Rectangles","description":{"content":"There are two rectangles. The lengths of the vertical sides of the first rectangle are $A$, and the lengths of the horizontal sides of the first rectangle are $B$. The lengths of the vertical sides of","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc052_a"},"statements":[{"statement_type":"Markdown","content":"There are two rectangles. The lengths of the vertical sides of the first rectangle are $A$, and the lengths of the horizontal sides of the first rectangle are $B$. The lengths of the vertical sides of the second rectangle are $C$, and the lengths of the horizontal sides of the second rectangle are $D$.\nPrint the area of the rectangle with the larger area. If the two rectangles have equal areas, print that area.\n\n## Constraints\n\n*   All input values are integers.\n*   $1≤A≤10^4$\n*   $1≤B≤10^4$\n*   $1≤C≤10^4$\n*   $1≤D≤10^4$\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$A$ $B$ $C$ $D$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc052_a","tags":[],"sample_group":[["3 5 2 7","15\n\nThe first rectangle has an area of $3×5=15$, and the second rectangle has an area of $2×7=14$. Thus, the output should be $15$, the larger area."],["100 600 200 300","60000"]],"created_at":"2026-03-03 11:01:14"}}