a=4b=12c=21if (a+b>c)or(a+c>b)or(b+c>a): print("trójkąt istnieje")else: print("trójkąt nie istnieje")
Standard input is empty
trójkąt istnieje
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!