#include<studio.h>
int main()
{
int n=20
do{
printf("%d", n);
++n;
}while(n>=10);
return 1;
}

Posted on by