만약에 프로그램 돌릴때  main(int a,char* b[])하고서        4 4 str1 str2 이렇게 인자 넣고


int i=b[0];

int j=b[1];

char* dd=b[3];

하면 삽질하고 있는 건가요....

계속 오류나는디 ...ㅠㅠ