#include<stdio.h>
#include<stdlib.h>
int main ()
{
int a=10,b=20,c=30,d=40;
printed("%d %d %d %d",++a,++b,++c,++d);
}

Posted on by