竞赛
考级
#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; }
爱打工的黑奴bzt
共42条