H2330819089


私信TA

用户名:dotcpp0690700

访问量:378

签 名:

等  级
排  名 453
经  验 4704
参赛次数 1
文章发表 4
年  龄 0
在职情况 学生
学  校
专  业

  自我简介:

TA的其他文章

解题思路:

注意事项:

参考代码:

#include <stdio.h>

#include <string.h>

int main()

{

char str[100];

gets(str);//输入一串字符 

int le=strlen(str)-1;

while (le!=-1)

printf("%c",str[le--]);

return 0;

}


 

0.0分

0 人评分

  评论区