Compare commits

..

No commits in common. "ветка2" and "main" have entirely different histories.

View File

@ -1,18 +1,9 @@
#include<stdio.h>
#include<Windows.h>
#include<math.h>
#include <stdio.h>
void main()
{
SetConsoleCP(1251);
SetConsoleOutputCP(1251);
float R, p, S;
S = 0;
p = 3, 14;
printf("Формула площади круга равна S=p*R^2\n");
printf("Введите длину радиуса круга\n");
scanf_s("%f", &R);
printf("Площадь равна = %f\n", S = p * R * R);
printf("Sevodnyasev Stanislav\n");
printf("FIST\n");
printf("PIbd-13\n");
printf("04.09.2024");
}