考试
1970-01-01 08:00:00

编写函数将字符串按逆序存放。

题目描述

编写函数将字符串按逆序存放。

答案解析

#include #include #include void main() { int i,n; char s[100],temp; cout<<"inputstring:"<

加载中...
AI正在思考中,请稍候...