摘要: 三个数从小到大排序 时间限制:3000 ms | 内存限制:65535 KB 难度:0 三个数从小到大排序 时间限制:3000 ms | 内存限制:65535 KB 难度:0 现在要写一个程序,实现给三个数排序的功能 #include <stdio.h>#include <stdlib.h> int 阅读全文
posted @ 2017-10-19 22:08 P_langen 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 5个数求最值 时间限制:1000 ms | 内存限制:65535 KB 难度:1 5个数求最值 时间限制:1000 ms | 内存限制:65535 KB 难度:1 #include <stdio.h>#include <stdlib.h> int main(int argc, char *argv[ 阅读全文
posted @ 2017-10-19 21:43 P_langen 阅读(90) 评论(0) 推荐(0) 编辑