#include<stdio.h>
#include<stdlib.h>
int main()
{
    int a=5 ,b=9;
 printf("%d %d %d %d,++a,++a,b--,b--");
}

Posted on by