Banner Home Page Web Contests Problems Ranklist Status Statistics

Tmutarakan Exams

Time Limit : 2000/1000ms (Java/Other)   Memory Limit : 32768/16384K (Java/Other)
Total Submission(s) : 4   Accepted Submission(s) : 2
Problem Description
University of New Tmutarakan trains the first-class specialists in mental arithmetic. To enter the University you should master arithmetic perfectly. One of the entrance exams at the Divisibility Department is the following. Examinees are asked to find K different numbers that have a common divisor greater than 1. All numbers in each set should not exceed a given number S. The numbers K and S are announced at the beginning of the exam. To exclude copying (the Department is the most prestigious in the town!) each set of numbers is credited only once (to the person who submitted it first).
Last year these numbers were K=25 and S=49 and, unfortunately, nobody passed the exam. Moreover, it was proved later by the best minds of the Department that there do not exist sets of numbers with the required properties. To avoid embarrassment this year, the dean asked for your help. You should find the number of sets of K different numbers, each of the numbers not exceeding S, which have a common divisor greater than 1. Of course, the number of such sets equals the maximal possible number of new students of the Department.
 

Input
<DIV CLASS="problem_par"><DIV CLASS="problem_par_normal">The input contains numbers <i>K</i> and <i>S</i> (2 ≤ <i>K</i> ≤ <i>S</i> ≤ 50).</DIV></DIV>
 

Output
<DIV CLASS="problem_par"><DIV CLASS="problem_par_normal">You should output the maximal possible number of the Department's new students if this number does not exceed 10000 which is the maximal capacity of the Department, otherwise you should output 10000.</DIV></DIV>
 

Sample Input
<TABLE BORDER=1 CLASS="sample"><COL WIDTH="350"><COL WIDTH="350"><TR><TH>input</TH><TH>output</TH></TR><TR><TD><PRE CLASS="intable">3 10 </PRE></TD><TD><PRE CLASS="intable">11 </PRE></TD></TR></TABLE>
 

Author
Stanislav Vasilyev
 

Source
USU Open Collegiate Programming Contest March'2001 Senior Session
 

Statistic | Submit | Back