• Aruchira's avatar
    Up · 0eb7ba7e
    Aruchira authored
    0eb7ba7e
ge.py 393 Bytes
#59110440156	
#นายณัฐพงษ์  สมานพงษ์

def ge(A,):
    pass

def solve(A,b):
    import numpy.linalg
    result = numpy.linalg.solve(A,b)
    for x in result
        print('Sx_l{}S'.format(x))
#5x3
m,n= map(int,input().split('x'))
print(n,m)
A=[]
for i in rang(m)
    A.apprnd(list(map(int,inpt().split(','))))
print(n,)
b = list(map(int,input().split(',')))