摘要:
#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
阅读(21)
评论(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
阅读(90)
评论(0)
推荐(0)

浙公网安备 33010602011771号