﻿from math import *

def T(x,y):
    r=
    c=
    s=
    return r,c,s
