下列程序中实现的是( )
def chenadai(x, y):
return x * y // (x,y的最大公约数)
实现了求x,y的最小公约数
实现了求x,y的最大公约数
实现了求x,y的最小公倍数
实现了求x,y的平均值