Tmutarakan Exams 简单的容斥定理

Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u

Status

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

The input contains numbers K and S (2 ≤ KS ≤ 50).

Output

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.

Sample Input

#include<stdio.h>
#include<string.h>
#include<math.h>
#include<string>
#include<iostream>
#include<algorithm>
#include<vector>
#include<queue>
#include<list>
#include<map>
#include<set>
using namespace std;

int k, s;
bool visnum[55];
int su[30], ls;

void oulaprime(int ed){
    ls = 0;
    memset(visnum, 0, sizeof(visnum));

    for(int i = 2; i <= ed; i++){
        if(visnum[i] == 0) su[ls ++] = i;
        for(int j = 0; j < ls; j++){
            if(i * su[j] > ed) break;
            visnum[i * su[j] ] = 1;
            if(i % su[j] == 0) break;
        }
    }
}

int cal(int n, int m){
    if(n < m) return 0;
    m = min(m, n - m);
    int res = 1;
    for(int i = 1; i <= m; i++){
        res = res * (n - i + 1)/ i;
    }
    return res;
}
int work(){
    int cnt;
    int ans = 0;
    for(int i = 0; i < ls; i++){
        if(su[i] > s) break;
        cnt = s / su[i];
        ans += cal(cnt, k);
    }

    for(int i = 0; i < ls; i++){
        for(int j = i + 1; j < ls; j++){
            int cur = su[i] * su[j];
            if(cur > s) break;
            cnt = s / cur;
            ans -= cal(cnt, k);
        }
    }

    if(2 * 3 * 5 <= s) ans += cal(s / 30, k);
//    cout << ans << endl;
    if(ans > 10000) return 10000;
    return ans ;
}
int main()
{

//	freopen("in.txt","r",stdin);

    oulaprime(50);
    while(~scanf("%d%d", &k, &s)){
        cout << work() << endl;
    }
	return 0;
}




inputoutput
3 10
11
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
### 回答1: 要安装innovactive exams screensharing插件,首先打开你的网页浏览器(例如Google Chrome)。然后按照以下步骤进行操作: 1. 在浏览器中搜索“innovactive exams screensharing插件”或直接访问官方网站。 2. 在官方网站上,点击下载或获取插件按钮。这通常会将一个插件文件(通常是以“.crx”为扩展名的文件)保存到你的计算机中。 3. 打开你的浏览器,点击浏览器右上角的菜单按钮。这通常是一个包含三个点或线的图标。 4. 在菜单中,找到“更多工具”选项,并将鼠标悬停在上面以展开更多选项。 5. 在下拉菜单中,选择“扩展程序”选项。这将打开一个新的浏览器标签,其中显示了当前安装的所有扩展程序。 6. 在扩展程序页面的右上角,确保“开发者模式”选项已经启用。如果没有启用,请点击开关按钮将其打开。 7. 在开发者模式下,你会看到一个“加载已解压的扩展程序”按钮。点击这个按钮。 8. 在弹出的对话框中,导航到之前下载的innovactive exams screensharing插件文件所在的位置,并选择它。然后点击“选择文件夹”按钮。 9. 插件将被安装,并显示在扩展程序列表中。 10. 现在,你可以打开需要使用innovactive exams screensharing插件的网页或应用程序,该插件将自动启动并提供其功能。 请记住,安装插件可能需要你的浏览器具有适当的权限和访问能力。如果你遇到任何问题或错误,请仔细阅读插件的官方文档或联系插件开发者获取支持。 ### 回答2: 要安装Innovactive Exams Screensharing插件,您需要按照以下步骤进行操作: 1. 打开您的网页浏览器,例如Google Chrome或Mozilla Firefox。 2. 在浏览器地址栏中输入"Innovactive Exams Screensharing插件"并按下回车键。 3. 在搜索结果中找到适用于您的浏览器的插件页面。通常会显示插件的名称、描述和评分等信息。 4. 点击插件页面上的"添加到浏览器"或"安装"按钮。 5. 浏览器会显示一个提示,询问您是否想要添加该插件。点击"添加"或"确认"按钮继续安装。 6. 安装过程可能需要一些时间,取决于您的电脑和网络速度。请耐心等待。 7. 安装完成后,浏览器会显示一个通知或弹出窗口,表示插件已成功添加到浏览器。 8. 现在,您可以在浏览器工具栏或扩展程序页面中找到已安装的插件图标。 9. 单击插件图标,您可以查看和设置插件的选项和功能。根据插件的特性,您可能需要进行一些配置和授权操作。 10. 按照插件的说明和指导,授权或启用插件的所需功能。 11. 在需要使用Innovactive Exams Screensharing插件的场合,确保您已打开该插件,以便享受其提供的功能和特性。 请注意,不同的插件安装过程可能会有所不同,具体步骤可能会有所变化。此外,确保您从可信任的来源下载和安装插件,以防止安全风险。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值