合集-c语言经典题目

摘要:# 各位数字之和排序 [题目链接](https://acm.sdut.edu.cn/onlinejudge3/problems/1188?from=%2Fsets%2F11) 1. ```c #include int main(){ int n; int a[10];//进行交换位置的原数组 int 阅读全文
posted @ 2023-07-10 16:15 EricFirst001 阅读(44) 评论(1) 推荐(0)
摘要:# 数列有序 [题目链接]([数列有序! | SDUT OnlineJudge](https://acm.sdut.edu.cn/onlinejudge3/problems/1244?from=%2Fsets%2F11)) ```c #include int main(){ int n,m; int 阅读全文
posted @ 2023-07-10 16:21 EricFirst001 阅读(26) 评论(0) 推荐(0)