char word = {apple,man };
char mean = {사과,사람 };

char input;

word[0] mean[0]
.
.
.

dic = {\'apple\':\'사과\' }