3 lines
101 B
Text
3 lines
101 B
Text
foreach w,h in ([1..9],[1..w]){
|
|
if((w*h).isEven) println("%d x %d: %d".fmt(w, h, cut_it(w,h)));
|
|
}
|