摘要:
#include<iostream> #include<cstdio> #include<cstring> using namespace std; int main(){ int n,p; int i,j; scanf("%d",&n); bool data[101]; for(i=3;i<=10 阅读全文
posted @ 2021-07-28 23:13
智人心
阅读(49)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<cstdio> #define ll long long using namespace std; int main(){ ll a,m,n; scanf("%lld",&a);//b = a+m,c = a+n,mn = a*a+1 for( 阅读全文
posted @ 2021-07-28 21:56
智人心
阅读(37)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<cstdio> using namespace std; #define ll long long void gcd(ll a,ll b,ll&d,ll&x,ll&y){ if(!b){ d = a;x = 1;y = 0; } else{ g 阅读全文
posted @ 2021-07-28 21:31
智人心
阅读(36)
评论(0)
推荐(0)
摘要:
#include<iostream> using namespace std; int main(){ int ansi,ansD,rgb[16][3],trgb[3]; for(int i=0;i<16;i++){ for(int j=0;j<3;j++){ cin>>rgb[i][j]; } } 阅读全文
posted @ 2021-07-28 19:29
智人心
阅读(40)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<cmath> using namespace std; int main(){ int n; double Vr,Vs,R,C,w; cin>>Vs>>R>>C>>n; while(n--){ cin>>w; Vr = Vs*w*C*R*(1/ 阅读全文
posted @ 2021-07-28 16:48
智人心
阅读(40)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<cstring> using namespace std; int f[1005],l[105][505],r[105][505]; char c[105]; int main(){ int n,k,i,j,w[505],t,ans,ansi, 阅读全文
posted @ 2021-07-28 15:45
智人心
阅读(90)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<cstring> using namespace std; char s[205],ans[205]; int a[205],b[205],len[205]; int n; void transpose(){ memset(len,0,size 阅读全文
posted @ 2021-07-28 14:12
智人心
阅读(37)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<string> #include<stack> using namespace std; string a,url; stack<string>s1,s2; int main(){ s1.push("Ignored"); while(true) 阅读全文
posted @ 2021-07-28 09:52
智人心
阅读(80)
评论(0)
推荐(0)

浙公网安备 33010602011771号