Обновить script_nod.sh

This commit is contained in:
2026-02-26 21:23:50 +03:00
parent 6a0820383f
commit daa6368f50

View File

@@ -28,4 +28,5 @@ gcd() {
# Вычисление НОД # Вычисление НОД
result=$(gcd $1 $2) result=$(gcd $1 $2)
echo $result echo "Наибольший общий делитель (НОД) чисел $1 и $2 = $result"