Accepted
/in/foo.c: In function 'main':
/in/foo.c:11:18: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long int *' [-Wformat=]
         {scanf("%d", &a[i]);}
                  ^
  /in/foo.c: In function 'main':
/in/foo.c:11:18: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long int *' [-Wformat=]
         {scanf("%d", &a[i]);}
                  ^