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