a=input("a="); b=input("b="); N=input("N="); for x=0:N y=a*x+b; if floor(y)=y then afficher("x="+string(x)+" ; y="+string(y)); end end