#include<studio.h>
#include<stdlib.h>
int main ()
{
    int a=20,b=30;
    printf("%d %d %d %d",++a,++a,b++,b++);
}

Posted on by