-
[置顶]小程序引擎(开源小程序引擎)
本文目录一览:1、做一个小程序需要具备什么技术?2、企业是否需要制作小程序?怎么做企业小程序?3、taro 怎么集成 android sdk?4、百度小程序有什么特点?5、qq小程序基础引擎加载失败怎...
-
POJ 3259 Wormholes——spfa判负环
POJ 3259 Wormholes——spfa判负环注意不要把正边覆盖!#include #include #include #include #include #include using nam...
-
POJ 3268 Silver Cow Party——dijkstra
POJ 3268 Silver Cow Party——dijkstra正向反向见图,然后两遍dijkstra#include #include #include #include #include #...
-
UVA 11136 Hoax or what——multiset
UVA 11136 Hoax or what——multiset#include #include #include #include #include using namespace std;int...
-
UVA 11461 Square Numbers——前缀和水题
UVA 11461 Square Numbers——前缀和水题#include #include #include #include using namespace std;const int max...
-
UVALive 7147 World Cup ——思维题
UVALive 7147 World Cup ——思维题In normal football games, the winner team gets 3 points, loser team gets...
-
UVA Live 7146 Defeat the Enemy——STL
UVA Live 7146 Defeat the Enemy——STLLong long ago there is a strong tribe living on the earth. They a...
-
POJ 2299 Ultra-QuickSort——离散化+线段树求逆序数
POJ 2299 Ultra-QuickSort——离散化+线段树求逆序数注意求最终结果时用longlong#include #include #include #include #include u...
-
SGU 499 Max Gcd——枚举因子
SGU 499 Max Gcd——枚举因子#include #include #include #include using namespace std;const int maxn = 1e6 +...
-
URAL - 1090 D - Inverse Order Pair——线段树求逆序数
URAL - 1090 D - Inverse Order Pair——线段树求逆序数#include #include #include #include using namespace std;c...
-
URAL 1032 A - Find a Multiple——抽屉原理+构造
URAL 1032 A - Find a Multiple——抽屉原理+构造#include #include #include #include using namespace std;const...

