@@ -0,0 +1,11 @@
#!/bin/bash
echo "Введите 1е число:"
read num1
echo "Введите 2е число:"
read num2
echo "Мой результат:"
echo -n "НОК ($num1, $num2) = "
./script_LCM.sh $num1 $num2
The note is not visible to the blocked user.