diff --git "a/\344\270\211\350\247\222\345\275\242\345\275\242\347\212\266.py" "b/\344\270\211\350\247\222\345\275\242\345\275\242\347\212\266.py" new file mode 100644 index 0000000..c31c7b7 --- /dev/null +++ "b/\344\270\211\350\247\222\345\275\242\345\275\242\347\212\266.py" @@ -0,0 +1,12 @@ +a=3 +b=4 +c=5 +a,b,c = sorted([a,b,c]) +if (a+b)>c: + if a*a+b*b>c*c: + print("R") + elif a*a+b*b