int main() { int age; double weight; std::cout << "Укажите возраст: "; std::cin >> age; std::cout << "Укажите вес: "; std::cin >> weight; }