Skip to content

Latest commit

 

History

History

P010

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Problem 010

Write a program to calculate n-primorial. N-Primorial is the product of all prime numbers less than or equal to N.

Persian Description

برنامه ای بنویسید که n-primorial را حساب کند. این عدد حاصلضرب تمام اعداد اول کوچکتر از عدد n است

Sample Input/Output

Input:

10

Output:

210