#include using namespace std; int main() { double r; cout <<"Введите радиус окружности:\n"; cin >>r; cout <<"Длина окружности: "<<3.14*2*r<