编写题解 2999: 牛吃牧草 摘要:解题思路:先把可能算出来 for (int i = 1; i <= 500; i++) for (int j = 1; j <= 500; j++) 题解列表 2022年11月21日 0 点赞 0 评论 1083 浏览 评分:4.7
2772: 苹果和虫子 摘要:解题思路:注意事项:参考代码:import mathn, x, y = map(int,input().strip().split())print(math.floor(n - y / x)) …… 题解列表 2022年11月26日 0 点赞 0 评论 510 浏览 评分:4.7
二维数组右上左下遍历 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int m,n,i,j,k; scanf("%d %d",&m,&n); int a[m][n…… 题解列表 2022年12月03日 0 点赞 0 评论 404 浏览 评分:4.7
吾乃元始天尊!!!1121: C语言训练-8除不尽的数 摘要:```c #include int main() { printf("1993\n"); return 0; } //还是那句话,我略微出手,便已是这一分段的极限了!!!…… 题解列表 2022年12月14日 0 点赞 0 评论 217 浏览 评分:4.7
吾乃元始天尊!!!1122: C语言训练-亲密数 摘要:```c #include int main() { printf("(220,284)(1184,1210)(2620,2924)"); return 0; } //为…… 题解列表 2022年12月14日 0 点赞 1 评论 143 浏览 评分:4.7
2899: 蛇形填充数组 摘要:```cpp #include #include #include using namespace std; int tot=1,ans=2,now=1,a[101][101]; int …… 题解列表 2023年01月11日 0 点赞 1 评论 375 浏览 评分:4.7
dfedgfggdsgfrgzfvdfvdfwefdsfszf 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<queue>#include<map>#include<algorithm>using namespace std;…… 题解列表 2023年02月11日 0 点赞 0 评论 284 浏览 评分:4.7
之前那个写错了,抱歉抱歉,谢谢你们的提醒 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ double a,b,c,d,x; scanf("%lf%lf%lf%lf%lf",&x,&a,&b…… 题解列表 2023年02月25日 0 点赞 0 评论 446 浏览 评分:4.7
蓝桥杯做题笔记 求阶乘xxxxx 摘要: import java.io.IOException; import java.util.Scanner; public class Main { public static vo…… 题解列表 2023年03月13日 0 点赞 0 评论 683 浏览 评分:4.7
牛子嗯了之打胶论I-序言 摘要:解题思路:冒泡排序通解 , 把中括号,3,2改一下就是通用答案了注意事项:参考代码:#include <stdio.h>int d[3],i,j,k;int main(){ for (i=0;i…… 题解列表 2023年03月23日 0 点赞 1 评论 204 浏览 评分:4.7