-
[置顶]小程序引擎(开源小程序引擎)
本文目录一览:1、做一个小程序需要具备什么技术?2、企业是否需要制作小程序?怎么做企业小程序?3、taro 怎么集成 android sdk?4、百度小程序有什么特点?5、qq小程序基础引擎加载失败怎...
-
Codeforces 890 C. Petya and Catacombs (贪心)
Codeforces 890 C. Petya and Catacombs (贪心)DescriptionA very brave explorer Petya once decided to exp...
-
POJ 1094 Sorting It All Out (拓扑排序)
POJ 1094 Sorting It All Out (拓扑排序)DescriptionAn ascending sorted sequence of distinct values is one...
-
HDU 5688:2016
HDU 5688:2016Problem DTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Ot...
-
CodeForces - 628D (数位dp)
CodeForces - 628D (数位dp)Consider the decimal presentation of an integer. Let's call a number d-magic...
-
HDU - 5493(线段树)
HDU - 5493(线段树)NN people numbered from 1 to NN are waiting in a bank for service. They all stand in...
-
D. The Wu(状压)
D. The Wu(状压)Childan is making up a legendary story and trying to sell his forgery — a necklace with...
-
3631. Delivery Service(倍增lca+树上差分)
3631. Delivery Service(倍增lca+树上差分)EOJ Delivery Service Company handles a massive amount of orders in...
-
Glad You Came (线段树)
Glad You Came (线段树)Problem DescriptionSteve has an integer array a of length n (1-based). He assigne...
-
构建自己的SVN 代码托管服务
构建自己的SVN 代码托管服务一般公司会搭建自己的代码仓库,如SVN,GIT等,本文描述如果在centos从头上搭建SVN服务器1. 安装apache svn模块和svnyum install mod...
-
LOJ 6160 二分图染色 (dp,组合数学)
LOJ 6160 二分图染色 (dp,组合数学)题目描述给定一个完全二分图,图的左右两边的顶点数目相同。我们要把图中的每条边染成红色、蓝色、或者绿色,并使得任意两条红边不共享端点、同时任意两条蓝边也不...