ifstream으로 정수 4개 읽어올라는데

int a, b, c ,d; 에다가
sizeof int만큼 4번 read 하는거랑

int* a = new int[4]; 에다가
4 * sizeof int만큼 1번 read 하는거