Compare commits
No commits in common. "ветка2" and "main" have entirely different histories.
@ -1,18 +1,9 @@
|
||||
#include <stdio.h>
|
||||
#include<Windows.h>
|
||||
#include<math.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");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user