Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
81582 李言 class C++ 通过 100 1 MS 1020 KB 434 2023-08-09 16:26:26

Tests(25/25):


#include<bits/stdc++.h> using namespace std; int a[114514],b[114514],k,x,y,ans,p,q,k1,k2; int main(){ cin>>k>>x>>y>>p>>q; while(k1<=k){ k1+=x; for(int i=1;i<=y;i++) a[++k1]++; } while(k2<=k){ k2+=p; for(int i=1;i<=q;i++) b[++k2]++; } for(int i=1;i<=k;i++) if(a[i]&&b[i]) ans++; cout<<ans; return 0; } // 10 3 2 2 1 //240 40 10 45 15 //480 40 10 50 5 //100000 1000 20 800 50 //88684 485 509 585 600


测评信息: