上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 42 下一页
摘要: #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 智人心 阅读(34) 评论(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 智人心 阅读(88) 评论(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 智人心 阅读(35) 评论(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 智人心 阅读(74) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cmath> #include<algorithm> using namespace std; int main(){ int n,d,kase=1,r; double p[1005][2],island[1005][2]; while(cin 阅读全文
posted @ 2021-07-27 20:28 智人心 阅读(27) 评论(0) 推荐(0)
摘要: #include<iostream> #include<vector> using namespace std; char a[5][5]; bool s[5][5]; int ans = 20,path[5][5],ans_path[5][5]; bool test(){ for(int i=0; 阅读全文
posted @ 2021-07-27 20:27 智人心 阅读(47) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> using namespace std; char a[27],b[27]; int L; struct Node{ int data; Node*left; Node*right; }; int find(int astar 阅读全文
posted @ 2021-07-27 20:26 智人心 阅读(64) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> #include<cmath> using namespace std; int*data; int len; void init(){ int n; for(n=2;n*n<=1000000;n++){ if(data[n] 阅读全文
posted @ 2021-07-27 20:25 智人心 阅读(45) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> #include<cstring> #include<cmath> #include<ctime> using namespace std; bool data[1000005]; void init(){ data[1] = 阅读全文
posted @ 2021-07-27 20:25 智人心 阅读(31) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> using namespace std; int data[10]; void reverse(char*s,char*t){ for(int i=0;i<10;i++){ data[i] = 0; } for(int i=0 阅读全文
posted @ 2021-07-25 13:37 智人心 阅读(42) 评论(0) 推荐(0)
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 42 下一页