Y by
Define act <Castle> as following:
For rectangle with dimensions i * j, doing <Castle> means to change its dimensions to (i+p) * (j+q) where p,q is a natural number smaller than 3.
Define 1*1 rectangle as "C0" rectangle, and define "Cn" ("n" is a natural number) as a rectangle that can be created with "n" <Castle>s.
Plus, there is a constraint for "Cn" rectangle. The constraint is that "Cn" rectangle's area must be bigger than n^2 and be same or smaller than (n+1)^2. (n^2 < Area =< (n+1)^2)
Let all "C20" rectangle's area's sum be A, and let all "C20" rectangles perimeter's sum be B.
What is A-B?
For rectangle with dimensions i * j, doing <Castle> means to change its dimensions to (i+p) * (j+q) where p,q is a natural number smaller than 3.
Define 1*1 rectangle as "C0" rectangle, and define "Cn" ("n" is a natural number) as a rectangle that can be created with "n" <Castle>s.
Plus, there is a constraint for "Cn" rectangle. The constraint is that "Cn" rectangle's area must be bigger than n^2 and be same or smaller than (n+1)^2. (n^2 < Area =< (n+1)^2)
Let all "C20" rectangle's area's sum be A, and let all "C20" rectangles perimeter's sum be B.
What is A-B?
This post has been edited 1 time. Last edited by jaydenkaka, Apr 23, 2025, 2:23 PM