Skip to content

Latest commit

 

History

History

7-divisibility_test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Divisibility Test

Write a program that prints out all numbers less than or equal to $n$ that are evenly divisible by all numbers between $a$ and $b$ (inclusive).

Do not use any libraries besides stdio.h