#include <stdio.h>
int main()
{
int (*p)[10];
printf("%zu\t%zu\n", sizeof(*p
), sizeof(int)); return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CmludCBtYWluKCkKewogICAgaW50ICgqcClbMTBdOwogICAgcHJpbnRmKCIlenVcdCV6dVxuIiwgc2l6ZW9mKCpwKSwgc2l6ZW9mKGludCkpOwogICAgcmV0dXJuIDA7Cn0=