摘要: #include<iostream> #include<cmath> using namespace std; int main(){ int i=0; string m; cin>>m; freopen("in.txt","w",stdout); cout<<m; freopen("in.txt" 阅读全文
posted @ 2024-03-30 09:57 王ys 阅读(2) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<cmath> using namespace std; int main(){ float x,n,b=0; cin>>x>>n; b=sqrt(1+x); for(int i=2;i<=n;i++){ b=sqrt(i+b); } cout< 阅读全文
posted @ 2024-03-30 08:59 王ys 阅读(10) 评论(0) 推荐(0) 编辑