4 lines
71 B
Text
4 lines
71 B
Text
// a and b are factorization of c
|
|
def main(c):
|
|
c == a * b
|
|
return 1
|