#include <stdio.h>
int main()
{
int a[4]={1,2,3,4};
printf("%d %d %d %x %lld",a
,&a
,*a
,&a
,&a
);
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbigpCnsKICAgaW50IGFbNF09ezEsMiwzLDR9OwogICBwcmludGYoIiVkICVkICVkICV4ICVsbGQiLGEsJmEsKmEsJmEsJmEpOwogICAKICAgcmV0dXJuIDA7Cn0=