蓝桥杯2018年第九届真题-全球变暖-题解(C语言代码) 摘要:参考代码#include<stdio.h> #include<math.h> #include<string.h> #include<stdbool.h> #include<stdlib.h>…… 题解列表 2020年10月15日 0 点赞 0 评论 500 浏览 评分:6.0
蓝桥杯2018年第九届真题-全球变暖-题解(C语言代码) 摘要:绞尽脑汁想出来这个办法,遗憾的是,该方案不能完全通过,通过了89%,还有11% 不知道为什么不能通过,有点头大了。 想了想还是写出来供大家参考一下把。 ```c `#include #incl…… 题解列表 2020年04月10日 0 点赞 0 评论 569 浏览 评分:0.0
蓝桥杯2018年第九届真题-全球变暖-题解(C++代码) 摘要:dfs #include using namespace std; int N; char a[1005][1005]; int book[1005]…… 题解列表 2020年04月09日 0 点赞 3 评论 986 浏览 评分:7.8
蓝桥杯2018年第九届真题-全球变暖-题解c和c++ 摘要: 运用队列 ```c ```c #include #include typedef struct { int x; int y; }wei; typedef struc…… 题解列表 2020年03月24日 0 点赞 0 评论 551 浏览 评分:2.0