上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 42 下一页
摘要: #include<iostream> #include<cstring> using namespace std; int main(){ int n,len,sum,dis[] = {9,3,7},p,q,val; char data[10]; scanf("%d",&n); for(int cn 阅读全文
posted @ 2021-11-29 15:57 智人心 阅读(18) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cmath> using namespace std; #define PI 3.14159265 int main(){ double V,d,D; while(scanf("%lf%lf",&D,&V)==2&&D){ d = pow(D* 阅读全文
posted @ 2021-11-29 14:37 智人心 阅读(18) 评论(0) 推荐(0)
摘要: #include<iostream> #include<climits> using namespace std; int main(){ int n,m,c,i,j,result; while(scanf("%d%d%d",&n,&m,&c)==3&&n){ i = n; result = 0; 阅读全文
posted @ 2021-11-29 13:37 智人心 阅读(24) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cmath> using namespace std; int main(){ int r,m,y; scanf("%d%d%d",&r,&m,&y); double a = pow((100.0+r)/100,y)*m; printf("%. 阅读全文
posted @ 2021-11-29 13:25 智人心 阅读(25) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> #include<vector> using namespace std; #define FLOOR 11 #define ROOM 11 #define AGENT 26 #define TIMELEN 9 #define 阅读全文
posted @ 2021-11-27 20:21 智人心 阅读(49) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> using namespace std; #define maxn 16000005 bool has[maxn]; char a[maxn]; int s[150]; int main(){ int n,nc,len,zz, 阅读全文
posted @ 2021-11-27 10:07 智人心 阅读(32) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> using namespace std; #define maxn 16000005 bool has[maxn]; int num[300]; char a[maxn]; int main(){ int n,nc; scan 阅读全文
posted @ 2021-11-26 22:32 智人心 阅读(56) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; int n,m,c; int main(){ while(scanf("%d%d%d",&n,&m,&c)==3&&n){ int result = 0; int i = n; while(i>=8){ int j = 阅读全文
posted @ 2021-11-26 13:41 智人心 阅读(24) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> using namespace std; int n,m,r,c,data[105][105],result; bool d[105][105]; bool test(){ for(int i=0;i<n;i++){ for( 阅读全文
posted @ 2021-11-26 12:56 智人心 阅读(37) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> using namespace std; int main(){ int n; char data[70][20]; bool flag[70]; int w,s,num,start; memset(flag,false,si 阅读全文
posted @ 2021-11-26 12:26 智人心 阅读(40) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 42 下一页