上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 42 下一页
摘要: #include<iostream> #include<cstring> #include<cstdio> using namespace std; int main(){ char a[10],b[10]; int len,p; while(gets(a)){ puts(a); } return 阅读全文
posted @ 2021-07-31 23:16 智人心 阅读(29) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cmath> #include<cstdio> using namespace std; #define PI 3.1415927 int main(){ int n; double D,d,s,tmp; scanf("%d",&n); for 阅读全文
posted @ 2021-07-31 22:35 智人心 阅读(16) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> using namespace std; int main(){ long long n,m,i,ans; scanf("%lld",&i); for(int kase=1;kase<=i;kase++){ scanf("%ll 阅读全文
posted @ 2021-07-31 22:20 智人心 阅读(25) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cmath> #include<cstring> #include<cstdio> using namespace std; int main(){ char a[50],b[50]; int sa[30],sb[30]; int n,kase 阅读全文
posted @ 2021-07-31 22:07 智人心 阅读(33) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> using namespace std; int main(){ int l,m,s,e,ans; while(scanf("%d%d",&l,&m)==2&&l){ ans = l+1; while(m--){ scanf(" 阅读全文
posted @ 2021-07-31 21:43 智人心 阅读(23) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cmath> #include<cstdio> using namespace std; int main(){ long long n,x,y,s,n1,ans; scanf("%lld",&n); while(n--){ scanf("%l 阅读全文
posted @ 2021-07-31 21:35 智人心 阅读(35) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> using namespace std; int main(){ int k1,k2,k3,a[3]; while(scanf("%d%d%d",&k1,&k2,&k3)==3){ a[0] = k1-3*k2+3*k3; a[ 阅读全文
posted @ 2021-07-31 20:48 智人心 阅读(33) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> using namespace std; int main(){ int a[3],pos; scanf("%d%d%d",&a[0],&a[1],&a[2]); bool flag = true; for(int i=0;i< 阅读全文
posted @ 2021-07-31 20:07 智人心 阅读(27) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> using namespace std; int main(){ int n,m,p,c; while(scanf("%d%d%d%d",&n,&m,&p,&c)==4&&n)//真币数:m+c-p,亏损:n+c-(m+c-p) 阅读全文
posted @ 2021-07-31 19:58 智人心 阅读(31) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> #include<cstdio> using namespace std; int main(){ int n,kase = 1,pos,sum,len,i,v[3] = {9,3,7}; char d[10]; scanf( 阅读全文
posted @ 2021-07-31 17:08 智人心 阅读(31) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 42 下一页