#include <stdio.h> main() { int a=1000,b=1000; here:if(b<=10000) { b++; if(b%a==0) printf("%6d",b); goto here; } getch(); }