@@ -7,5 +7,7 @@ echo "Введите 2е число:"
read num2
echo "Результаты:"
echo "НОД:"
./GCD.sh $num1 $num2
echo "НОК:"
./script_LCM.sh $num1 $num2
The note is not visible to the blocked user.