From 08067c2a154abcca990cac7370a6b22197c58b8c Mon Sep 17 00:00:00 2001 From: Misha Date: Thu, 18 Sep 2025 20:05:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20tac3.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tac3.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tac3.cpp b/tac3.cpp index 8b48a58..3777a54 100644 --- a/tac3.cpp +++ b/tac3.cpp @@ -49,6 +49,11 @@ int main() { cout << "\nПриклад 4: n = 21 (останнiй рядок повний):" << endl; printNumbers(21); + + int a; + cout << "\nВведiть кiлькiсть чисел: "; + cin >> a; + printNumbers(a); return 0; } \ No newline at end of file