Challenge: Paper Sizes

Find paper sizes from A0 to An using recursion.

Problem statement

In this challenge, you have to implement the papersizes function.

void papersizes(int i, int n, int l, int b);

Get hands-on with 1400+ tech skills courses.