摘要:
#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)

浙公网安备 33010602011771号