Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:

0 / main

.cpp
Скачиваний:
0
Добавлен:
10.06.2025
Размер:
311 б
Скачать
#include <iostream>
#include <math.h>
#include <conio.h>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
double r,L;
int main(int argc, char** argv) {
	std::cout<<"\nr=";
	std::cin>>r;
	L=2*M_PI*r;
	std::cout<<"L="<<L;
	getch();
	
	return 0;
}
Соседние файлы в папке 0
  • #
    10.06.2025311 б0main.cpp
  • #
    10.06.20252.38 Кб0main.o
  • #
    10.06.20251.17 Кб0Makefile.win
  • #
    10.06.2025904 б0Project1.dev
  • #
    10.06.202593 б0Project1.layout