1 2 3 4 | 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 ( Скачать )
1 2 3 4 | 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 ( Скачать )