Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
Drop links or images here to add them to the editor.
Count from A to B ⭐⭐⭐
Read two integers a and b and print all numbers from a to b (inclusive), one per line.
Input
Two integers on one line:
a
b
Output
Print the numbers from a to b, each on a new line.