15
chenb0x
8y

n = 15
while (n>=1) {
jumpingjacks(n);
pushups(n);
sit-ups(n);
n--
}

Comments
Add Comment