-
[置顶]小程序引擎(开源小程序引擎)
本文目录一览:1、做一个小程序需要具备什么技术?2、企业是否需要制作小程序?怎么做企业小程序?3、taro 怎么集成 android sdk?4、百度小程序有什么特点?5、qq小程序基础引擎加载失败怎...
-
UVA 1025 A Spy in the Metro DP
UVA 1025 A Spy in the Metro DP#include #include #include #include #include using namespace std;const...
-
HDU 5857 Median——模拟
HDU 5857 Median——模拟#include #include #include using namespace std;int n,m;int a[100010];int l1,r1,l2...
-
-
POJ 369 Meteor Shower——bfs
POJ 369 Meteor Shower——bfsBessie hears that an extraordinary meteor shower is coming; reports say th...
-
-
HDU 1754 I Hate It——单点更新的线段树
HDU 1754 I Hate It——单点更新的线段树很多学校流行一种比较的习惯。老师们很喜欢询问,从某某到某某当中,分数最高的是多少。 这让很多学生很反感。 不管你喜不喜欢,现在需要你...
-
HDU 4968 Improving the GPA——暴力
HDU 4968 Improving the GPA——暴力五层循环,暴力求解#include #include using namespace std;const int INF = 0x3f3f3...
-
UVa 1600 Patrol Robot——bfs
UVa 1600 Patrol Robot——bfs三维数组判重#include #include #include #include #include using namespace std;con...
-
HDU 1532 Drainage Ditches——最大流EK算法
HDU 1532 Drainage Ditches——最大流EK算法模板题#include #include #include #include #include using namespace st...
-
UVa 12545 Bits Equalizer——贪心
UVa 12545 Bits Equalizer——贪心先把能交换的交换了,尽量交换,然后进行数字的变换,变换过程中遇到1 到 0直接输出-1;变换过程好说,交换过程要考虑的情况比较多首先把具体的数字...

