include #include #include int main() { int name[20]; printf("Enter your name:"); gets(&name[0]); strrev(name);
確定! 回上一頁