10个变量,轻松拿下 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a,s,d,f,g,h,…… 题解列表 2025年07月30日 0 点赞 0 评论 239 浏览 评分:4.0
用数组进行数字逆序输出 摘要:解题思路:非常简单的用两个循环将数组输入与输出出来注意事项:用空格将打印输出的数组隔开参考代码:#include<stdio.h>int main(){ int arr[10]; int …… 题解列表 2025年11月04日 3 点赞 0 评论 174 浏览 评分:10.0
T1026-数字逆序输出--两行解决 摘要:解题思路:注意事项:参考代码:num=list(map(int,input().split()))print(''.join(map…… 题解列表 2025年11月04日 0 点赞 0 评论 157 浏览 评分:10.0