@@ -0,0 +1,10 @@
#!/bin/bash
# main.sh
echo "Введите первое число:"
read num1
echo "Введите второе число:"
read num2
echo "НОД($num1, $num2) = $(./script_GCD.sh $num1 $num2)"
echo "НОК($num1, $num2) = $(./script_LCM.sh $num1 $num2)"
The note is not visible to the blocked user.