python 也就五六行吧 100 摘要:n=int(input().strip());la=[] for i in range(n): l=list(map(int,input().split())) if len(l…… 题解列表 2022年03月31日 0 点赞 0 评论 773 浏览 评分:9.9
java语言解决1009: [编程入门]数字的处理与判断 摘要:解题思路:1 输入字符串2 for循环顺序输出(加以格式)3 for循环逆序输出注意事项:要使用charAt(),使代码更加完善;如果直接循环;那程序只能接受数字字符。参考代码:import java…… 题解列表 2022年03月31日 0 点赞 0 评论 1038 浏览 评分:7.3
蓝桥杯算法提高VIP-聪明的美食家-最大不上升子序列(!不上升) 摘要:解题思路:注意事项:参考代码:#include <iostream>#include <cstring>#include <algorithm>using namespace std;int a[10…… 题解列表 2022年03月31日 0 点赞 0 评论 540 浏览 评分:9.9
2552: NOIP2017提高组-小凯的疑惑 解题思路:注意事项:参考代码:n,m=map(int,input().split())print(n*m-n-m) 题解列表 2022年03月31日 0 点赞 0 评论 748 浏览 评分:9.9
1431: 蓝桥杯2014年第五届真题-分糖果 ```javaimportjava.util.Scanner;publicclass_1431_蓝桥杯2014年第五届真题_分糖果{publicstaticvoidmain(String[]args){Scannerscanner=newScanner(System.in);intn=scanner. 题解列表 2022年03月31日 0 点赞 0 评论 588 浏览 评分:9.9
2547: [CSP-J2019] 数字游戏 解题思路:注意事项:参考代码:print(input().count('1')) 题解列表 2022年03月31日 0 点赞 0 评论 744 浏览 评分:2.0
1523: 蓝桥杯算法提高VIP-打水问题 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<algorithm>using namespace std;int n, m, a[1010], b[1010][1…… 题解列表 2022年03月31日 0 点赞 0 评论 697 浏览 评分:0.0
密码破译[使用Python] 摘要:str1 = input() strList = list(str1) count = 0 chrNum = 0 while count < len(strList): chrNum…… 题解列表 2022年03月31日 0 点赞 0 评论 629 浏览 评分:0.0
我不理解!!!! 摘要: #include int func(int a); int main(){ int a; scanf("%d",&a); int i; …… 题解列表 2022年03月31日 0 点赞 0 评论 536 浏览 评分:0.0