私信TA
用户名:dzc21
访问量:55511
签 名:
CSDN博客:http://blog.csdn.net/qq_38712932
自我简介:
CSDN博客:http://blog.csdn.net/qq_38712932 个人博客:http://www.eternallyc.top/blog/index
作者: Agony 发表时间:2017-07-26 15:27:13 浏览:834 | 评论:0
解题思路:注意事项:参考代码:
#include <cstdio>
int main()
{
int i[11];
for(int a = 0;a < 10;a ++)
scanf("%d",&i[a]);
for(int a = 9;a >= 0;a --)
printf(a==0?"%d":"%d ",i[a]);
return 0;
}
0.0分
2 人评分
看不懂代码解释一下代码? 或者生成一段代码?试试AI编程助手吧