#include"stdio.h"main(){int i;for(i=7;i<=100;i++)if(i%7==0)printf("%d\n",i);}
int i;for(i=0;i<=100;i++){if(i%7==0)printf("%d",i);}