Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
input:
2
2
5

output:
1 10
1 10 11 100 101



we should get three inputs.

What I have tried:

Python
a = int(input())
b = int(input())
c = int(input())
Posted
Comments
Richard Deeming 20-Jan-22 8:54am    
Nobody here is going to do your homework for you.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900