Ответ Автор - Laitofai #include <iostream> #include <math.h> using namespace std; int main() { int a, b; cin >> a >> b; int c = pow((a + b), 2); int d = sqrt(c); cout << c << " " << d << endl; return 0; } //язык C++