#includestdio.h
int main()
{
int a=9;
int b=7;
int c=++a;
printf("%d",a%b%c);
return 0;
}

Posted on by