Блок схему сами. Код напишу
#include <iostream>
#include <Math.h>
int main(){
int a,b;
std::cin >> a >> b;
std::cout << sqrt((a*a)+(b*b);
return 0;
}
Блок схему сами. Код напишу
#include <iostream>
#include <Math.h>
int main(){
int a,b;
std::cin >> a >> b;
std::cout << sqrt((a*a)+(b*b);
return 0;
}