#include int main(){ char st[255]; /* 単語をスキャンンする */ printf("Enter a word : "); scanf("%s", st); /* ここで処理を行う */ }