#include<stdio.h>
#include<stdlib.h>
Int main()
{
   int a=10;
   Printf("%d %d %d %d",--a,--a,--a,--a);
}

Posted on by