#include<iostream.h>
struct bok
{
 int a;
 int b;
 int d,c;
 
 
};

struct comlex
{
 double real;
 double imag;
};

main()
{
 struct bok *p;
 
 comlex *pd;
 
   
 cout<<\"a=\";          cin>>p->a;  
   
   
 
           
      
   
   
   
   

      


}

오류는 안샌기는데 왜 입력하면 문제오류 뜨는거죠?