#include<stdio.h>
#include<math.h>
int main()
{
int i,n;
scanf("%d",&n);
i=5;
do
{
printf("%d\n",i);
i+=5;
}
while(i<=n);
return 0;
}
I2luY2x1ZGU8c3RkaW8uaD4KI2luY2x1ZGU8bWF0aC5oPgppbnQgbWFpbigpCnsKaW50IGksbjsKc2NhbmYoIiVkIiwmbik7Cmk9NTsKZG8KewpwcmludGYoIiVkXG4iLGkpOwppKz01Owp9CndoaWxlKGk8PW4pOwpyZXR1cm4gMDsKfQ==