竞赛
考级
代码发了,太简单了
Scratch cat
#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; }
༺ཌༀ◎开◎ༀད༻