diff --git a/Project7/Project7/Source.c b/Project7/Project7/Source.c index 664fee7..4d8e19b 100644 --- a/Project7/Project7/Source.c +++ b/Project7/Project7/Source.c @@ -13,4 +13,5 @@ void main() scanf_s("%f", &h); s = a * h / 2; printf("Площадь треугольника равна: %f", s); + printf("1234"); } \ No newline at end of file