MOD

Posted a_clown_cz

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MOD相关的知识,希望对你有一定的参考价值。

题目链接:http://acm.hrbust.edu.cn/index.php?m=ProblemSet&a=showProblem&problem_id=2318

///这是哈理工校赛的一个题,这是我们队到目前为止,打的最差的一次。

觉得自己水题还是写的不多,思维不灵活,还有就是没有仔细去好好想这个题。

这不是一个我们做不出来的算法题,这就是纯思维题。做不出来该被责怪的是自己。。。我练的太少,做的太少了。。

嗯,以后还是要多练习啊,不能更差了。。。

mark了。。长记性吧。。。

 

代码:

#include<iostream>
#include<cstdio>
#include<algorithm>
#include<cstring>
using namespace std;
#define ll long long
const int maxn=1e5+5;
const int INF=0x3f3f3f3f;

int n,m,a[maxn];

int main()
{
    //freopen("in.txt","r",stdin);
    int T;
    scanf("%d",&T);
    while(T--)
    {
        scanf("%d",&n);
        scanf("%d",&a[1]);
        int len=1,x;
        int d=a[1];
        for(int i=2; i<=n; i++)
        {
            scanf("%d",&x);
            if(x<a[len]) a[++len]=x;
        }
        scanf("%d",&m);
        int b;
        for(int i=1;i<=m;i++)
        {
            scanf("%d",&b);
            for(int i=1;i<=len;i++)
                b%=a[i];
            printf("%d\n",b);
        }
    }
    return 0;
}

 

以上是关于MOD的主要内容,如果未能解决你的问题,请参考以下文章

有用 .htaccess 使用方法大全

OllyDBG脚本

打开Chrome浏览器时,Capybara无法加载或添加扩展程序

mysql jdbc源码分析片段 和 Tomcat's JDBC Pool

apache2 mod_substitute 与 HTTP 403 禁止代码

mod_tile make 在从源代码构建时出错