用数组进行数字逆序输出
摘要:解题思路:非常简单的用两个循环将数组输入与输出出来注意事项:用空格将打印输出的数组隔开参考代码:#include<stdio.h>int main(){ int arr[10]; int ……
T1026-数字逆序输出--两行解决
摘要:解题思路:注意事项:参考代码:num=list(map(int,input().split()))print(''.join(map……