C-sources:
1 #include2 #define N 20 3 int main() 4 { 5 int i,j; 6 char RightKeyBoardR[34]={ 'Q','W','E','R','T','Y','U','I','O','P','[',']', 7 'A','S','D','F','G','H','J','K','L',';','\'','\\', 8 'Z','X','C','V','B','N','M',',','.','/'}; 9 10 char *WrongInput=(char*)malloc(N*sizeof(char));11 for(i=0;i