rot13 algorithm. Very Simple and Interesting */ #include<stdio.h> #define ROT 13 int main(void) { int c,e; while((c=getchar())!=
確定! 回上一頁