From 4f1d62581ae9bcfa2af0154027d79133fa25d654 Mon Sep 17 00:00:00 2001 From: Fangorn72 Date: Wed, 13 Nov 2024 12:43:36 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B6=D0=B0=D1=82=D1=8B=D0=B9=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=BC=D0=B8=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Project7/Project7/Source.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project7/Project7/Source.c b/Project7/Project7/Source.c index 664fee7..cec7ac7 100644 --- a/Project7/Project7/Source.c +++ b/Project7/Project7/Source.c @@ -13,4 +13,6 @@ void main() scanf_s("%f", &h); s = a * h / 2; printf("Площадь треугольника равна: %f", s); + printf("1234"); + printf("567"); } \ No newline at end of file