-
[置顶]小程序引擎(开源小程序引擎)
本文目录一览:1、做一个小程序需要具备什么技术?2、企业是否需要制作小程序?怎么做企业小程序?3、taro 怎么集成 android sdk?4、百度小程序有什么特点?5、qq小程序基础引擎加载失败怎...
-
UVa 1149 Bin Packing——优先队列
UVa 1149 Bin Packing——优先队列#include #include #include #include #include #include using namespace std;...
-
CodeForces - 878A Short Program——构造
CodeForces - 878A Short Program——构造总共10位,考虑每个运算对每一位的影响或0:无影响, 或1:一定为 1, 且0:一定为0,且1:无影响。异或0:无影响,异或1:反...
-
UVa 10881 Piotr's Ants ——思路题
UVa 10881 Piotr's Ants ——思路题#include #include #include #include using namespace std;const int maxn =...
-
PTA 7-10 旅游规划
PTA 7-10 旅游规划有了一张自驾旅游路线图,你会知道城市间的高速公路长度、以及该公路要收取的过路费。现在需要你写一个程序,帮助前来咨询的游客找一条出发地和目的地之间的最短路径。如果有若干条路径都...
-
HihoCoder - 1121 二分图判定
HihoCoder - 1121 二分图判定#include #include #include #include using namespace std;const int maxn = 1e5 +...
-
UVA 11375 Matches——递推+高精度
UVA 11375 Matches——递推+高精度package test;import java.util.*;import java.io.*;import java.math.*;public...
-
UVA 11100 The Trip, 2007——水题
UVA 11100 The Trip, 2007——水题#include #include #include #include using namespace std;const int maxn =...
-
UVA 11636 Hello World!——水题
UVA 11636 Hello World!——水题#include #include #include #include using namespace std;int main() { in...
-
UVA 11538 Chess Queen——计数原理
UVA 11538 Chess Queen——计数原理#include #include #include #include #include using namespace std;typedef...
-
UVA 12219 Common Subexpression Elimination——map
UVA 12219 Common Subexpression Elimination——map#include #include #include #include #include using na...

