• + 1 comment
    X,Y=map(float,input().split())
    print(round(160+(40*(X+X**2)),3))
    print(round(128+(40*(Y+Y**2)),3))