#include<stdio.h>
int main()
{
int i=10,n=2;
{
for(i=0;i<=n-1;i++)
}
Printf("%d",i);
}


Posted on by