#include #include #include void main() { SetConsoleCP(1251); SetConsoleOutputCP(1251); float P; float r; float s; printf("P"); scanf_s("%f", &P); printf("r впис"); scanf_s("%f", &r); s = P * r * 0.5; printf("пл многоуг %f P %f r%f \n", s, P, r); }