#include<stdio.h>
#include<stdlib.h>
int main()
{
    int b=15;
    for(b=16;b<=20;++b)
    printf("%d\n",b);
}

Posted on by