编写题解 1500: 蓝桥杯算法提高VIP-分数统计 摘要:解题思路:注意事项:参考代码:#include <malloc.h> #include <stdio.h> #include <stdlib.h> int p; int print(int a…… 题解列表 2023年01月07日 0 点赞 0 评论 73 浏览 评分:0.0
1500———— 蓝桥杯算法提高VIP-分数统计 摘要: import java.util.Scanner; import java.util.*; import java.util.Collections; impor…… 题解列表 2023年02月07日 0 点赞 0 评论 98 浏览 评分:0.0
蓝桥杯算法提高VIP-分数统计 摘要:解题思路:注意事项:参考代码:import java.util.*; public class TT1500 { public static void main(String[] ar…… 题解列表 2023年03月16日 0 点赞 0 评论 103 浏览 评分:9.9
分数统计python 摘要:解题思路:写个题解,这么多代码不能白敲了。。。。注意事项:参考代码:n = int(input())a = b = c = d = e = 0L1 = []L2 = []L3 = []L4 = []L…… 题解列表 2023年03月26日 0 点赞 0 评论 105 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>int maxmum(int x, int y){ return x > y ? x : y;…… 题解列表 2023年07月01日 0 点赞 0 评论 108 浏览 评分:0.0
编写题解 1500: 蓝桥杯算法提高VIP-分数统计 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n, arr[10][1000] = { 0 }, b, c1 = 0, c2 = 0, c3 =…… 题解列表 2024年04月06日 0 点赞 0 评论 114 浏览 评分:9.9