==== 소감 ==== 2005/02/19 Accepted 0:00.002 64 뻔한 문제였다. 문제의 발상이 굉장히 재밌다. ==== 코드 ==== {{{~cpp // no10082 - WERTYU #include #include using namespace std; int main() { char diction[] = "`1234567890-=QWERTYUIOP[] ASDFGHJKL;'ZXCVBNM,./"; diction[25] = 92; // ASCII 92 IS '' char str[256]; int i, j; int len_dic, len_str; len_dic = strlen(diction); while (cin.getline(str, 256, '\n')) { len_str = strlen(str); for (i=0; i