#include<stdio.h>
#include<stdlib.h>
int main()
{
   int k= 10;
   Printf("%d\n%d\n%d\n" ,++k,--k,k++);
}

Posted on by