#203. bunnyEars
bunnyEars
Background
Description
We have a number of bunnies and each bunny has two big floppy ears. We want to compute the total number of ears across all the bunnies recursively (without loops or multiplication).
Format
Input
Output
Samples
0
0
1
2
2
4
Limitation
1s, 1024KiB for each test case.