1391: 震宇大神的杀毒软件 6
摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int n,m[100]; while (~scanf("%d",&n))……
1391: 震宇大神的杀毒软件
摘要:解题思路:注意事项:参考代码:while True: try: a=list(map(int,input().strip().split())) b = a[1:] b.sort(reverse……
1391——————震宇大神的杀毒软件
摘要: while True:
n=list(map(int,input().split()))
n.pop(0)
n.sort(reverse=……
编写题解 1391: 震宇大神的杀毒软件
摘要:解题思路:注意事项:参考代码:#include <stdio.h>
void sort(int *a, int n);
int main() {
int arr[100] = {0};
……
震宇大神的杀毒软件 (C语言代码)冒泡排序,选择排序,选一个!!
摘要:解题思路:冒泡排序!!!注意事项:无!!参考代码:#include<stdio.h>#define N 100int main(){ int n,a[N]; int i,t,j; while(scan……
WU-震宇大神的杀毒软件 (C++代码)
摘要:简单的从大到小排序
用sort加上cmp函数可以实现#include<iostream>
#include<algorithm>
using namespace std;
int cmp(in……