编辑代码

#include <stdio.h>
int main () {
    int i,j;
    int ar[i][j];
    printf("%ld %ld %ld",ar,*ar,**ar);
	return 0;
}