C语言训练-排序问题(2)C++使用sort排序 摘要:解题思路:自定义cmp,使sort()为降序函数注意事项:参考代码:#include<iostream>using namespace std;#include<algorithm>bool cmp(…… 题解列表 2024年12月07日 1 点赞 0 评论 620 浏览 评分:0.0
编写题解 1129: C语言训练-排序问题(2) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int number[10]={0}; for(…… 题解列表 2026年04月04日 0 点赞 1 评论 132 浏览 评分:0.0
超简单的解题思路 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){int a[10]={0};int x=0;for(int i=0;i<=9;i++){&nb…… 题解列表 2026年06月27日 0 点赞 0 评论 35 浏览 评分:0.0