Find Angle MBC

  • + 0 comments

    funny two-liner

    from math import atan, degrees
    print(str(round(90-degrees(atan(1/(int(input())/int(input())))))) + '\u00b0')