diff --git a/QUSTOJ/1641.cpp b/QUSTOJ/1641.cpp new file mode 100644 index 0000000..120c906 --- /dev/null +++ b/QUSTOJ/1641.cpp @@ -0,0 +1,38 @@ +#include +#include +#include +using namespace std; +//WTF!!! I still have to use this function! +int strlenx(const char* inc) +{ + int i=0; + while(inc[i]!='\0') i++; + return i; +} +const char* keyboard="`1234567890-=~!@#$%^&*()_+QWERTYUIOP[]\\ASDFGHJKL;'ZXCVBNM,./M<>?L:\"P{}|"; +char change(char inc) +{ + int i; + int len=strlenx(keyboard); + for(i=0;i