#include"stdio.h"main(){long int x1=32767,y1=32769,x2=32767L,y2=32769L; printf("x1=%ld,x2=%ld\nyl=%ld,y2=%ld",x1,x2,y1,y2);}