竞赛
考级
no
我是方块
Simpletense
ヾ(≧▽≦*)o q(≧▽≦q)
七(6)朱瀚辰
#include <bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; double c=aa+bb; c=sqrt(c); cout <<fixed<<setprecision(2)<<c; }
666
黑客_天之神_ZDZL_zsy
有事找大号
#include<iostream> #include<cmath> using namespace std; int main(){ int u,p; double c; cin>>u>>p; c=sqrt(uu +pp); printf("%.2f",c); return 0; }
#include c++ dxe
#include <bits/stdc++.h> }
龘
#include<iostream> #include<cstdio> #include<cmath> int main(){ int a,b; float c; stdcin >> a >> b; stdprintf("%.2f",sqrt(pow(a,2)+pow(b,2))); }
西安好市民(鸗)
#include <bits/stdc++.h> using namespace std; int main(){ int a,b; cin >> a >> b; printf ("%.2f",sqrt(aa + bb)); }
哪吒
枫岚
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b; printf("%.2lf",sqrt(aa+bb)); return 0; }
???
#include<bits/stdc++.h> using namespace std; int main(){ double a,b,c; cin>>a>>b; c=sqrt(pow(a,2)+pow(b,2)); printf("%.2lf",c); return 0; }
༺ཌༀ◎开◎ༀད༻
#include <iostream> #include <iomanip> #include <cmath> using namespace std; int main(){ double a,b,c,d; cin >>a>>b; d=aa+bb; c=sqrt(d); printf("%0.2f\n",c); return 0; }
186****0704
共37条