diff --git a/LABA/LABA/Source.cpp b/LABA/LABA/Source.cpp index 09bc76d..dcb901b 100644 --- a/LABA/LABA/Source.cpp +++ b/LABA/LABA/Source.cpp @@ -56,7 +56,7 @@ void main() { printf("Жарко"); } } -/* + void main() { int v1, v2, v3, v4, v5, max; SetConsoleCP(1251); @@ -78,8 +78,8 @@ void main() { max = v5; } printf("max=%d", max); -}*/ -/* +} + void main() { int a, b, t; SetConsoleCP(1251); @@ -91,4 +91,4 @@ void main() { printf("Введите температуру: "); scanf_s("%d", &t); -}*/ \ No newline at end of file +} \ No newline at end of file