diofantisch

Sign in to test your solution.
def diofantisch(a: int, b: int, c: int) -> tuple[int, int]: #TODO return (0, 0)