#include<studio.h>
int main()
{
int inta=30;
do{
printf("%d",&i);
i-=i;
}while(i>=31);
return 0;
}


Posted on by