#include #include int main() { int *t, *p, i, N; scanf("%d", &N); t=(int*)malloc(N*sizeof(int)); for(i=0, p=t; i