#include<stdio.h> #include<stdlib.h>

int main()
{
int a=5,b=100;

printf("%d %d %d %d,++a,++a,b--,b--");
}

Posted on by