蓝桥杯2014年第五届真题-分糖果 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main{static int t; public static void main(Stri…… 题解列表 2021年03月24日 0 点赞 0 评论 184 浏览 评分:0.0
1429: 蓝桥杯2014年第五届真题-兰顿蚂蚁(Python3)简单模拟 摘要:解题思路:注意事项:参考代码:row, col = map(int, input().split()) map_ = [list(map(int, input().split()))[:col] f…… 题解列表 2021年03月24日 0 点赞 0 评论 227 浏览 评分:9.9
改进了别人的代码,删除的数字不能链表在最后 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>typedef struct STU { int num; struct STU* next;}li…… 题解列表 2021年03月24日 0 点赞 0 评论 259 浏览 评分:2.0
倒计时25天——报时助手 摘要:参考代码:#include <stdio.h> void read(int x){ int m=0; if(x>20){ m = x%10; x = x-m; } swi…… 题解列表 2021年03月24日 0 点赞 0 评论 126 浏览 评分:0.0
[编程入门]三个数找最大值 (c++) 摘要:参考代码:#include<iostream>using namespace std;int main(){ int a,b,c; cin>>a>>b>>c; int temp=…… 题解列表 2021年03月24日 0 点赞 0 评论 1024 浏览 评分:9.9
[编程入门]数字的处理与判断 (c++) 摘要:参考代码:#include<iostream>using namespace std;int main(){ int arr[5]; int n; //输入的数 int number = 0;//记录…… 题解列表 2021年03月24日 0 点赞 0 评论 432 浏览 评分:9.9
[编程入门]利润计算 c++ 摘要:参考代码:#include<iostream>using namespace std;int fun( long int a){ double b; if (a <= 100000)b = a * …… 题解列表 2021年03月24日 0 点赞 0 评论 570 浏览 评分:9.3
很容易的方法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>typedef struct STU { int num; int score; struct ST…… 题解列表 2021年03月24日 0 点赞 0 评论 179 浏览 评分:0.0
看不懂你来砍我 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>typedef struct STU { int num; int score; struct ST…… 题解列表 2021年03月24日 0 点赞 0 评论 194 浏览 评分:0.0
题解 2065: [STL训练]{A} + {B} (C语言)我来写个C版本的吧,代码不如人家吊炸天,但是你能看懂 摘要:解题思路:注意事项:参考代码:#include <stdio.h> #include <string.h> #include <stdlib.h> #include <math.h> //…… 题解列表 2021年03月24日 0 点赞 1 评论 315 浏览 评分:8.0