foo.c: In function 'main':
foo.c:5:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long unsigned int *' [-Wformat=]
scanf("%d %d",&x1,&x2);
^
foo.c:5:13: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'long unsigned int *' [-Wformat=]
scanf("%d %d",&x1,&x2);
^
foo.c:9:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=]
printf("%d\n%d\n%d\n",y1,y2,y3);
^
foo.c:9:15: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
printf("%d\n%d\n%d\n",y1,y2,y3);
^
foo.c:9:19: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=]
printf("%d\n%d\n%d\n",y1,y2,y3);
^
自豪的采用jd5进行评测(github.com/masnn/jd5)