do
input a,b,c
loop until a>0 and b>0 and c>0
if a+b>c and a+c>b and b+c>a then print "yes"else print"no"
Тестирование выполнено в программе QB64 ( Скачать )
do
input a,b,c
loop until a>0 and b>0 and c>0
if a+b>c and a+c>b and b+c>a then print "yes"else print"no"
Тестирование выполнено в программе QB64 ( Скачать )