-
[置顶]小程序引擎(开源小程序引擎)
本文目录一览:1、做一个小程序需要具备什么技术?2、企业是否需要制作小程序?怎么做企业小程序?3、taro 怎么集成 android sdk?4、百度小程序有什么特点?5、qq小程序基础引擎加载失败怎...
-
STL中的Pair方法详解
STL中的Pair方法详解template struct pair参数:T1是第一个值的数据类型,T2是第二个值的数据类型。功能:pair将一对值组合成一个值,这一对值可以具有不同的数据类型...
-
L1-2. 打印沙漏
L1-2. 打印沙漏L1-2. 打印沙漏时间限制400 ms内存限制65536 kB代码长度限制8000 B判题程序Standard作者陈越本题要求你写个程序把给定的符号打印成沙漏的形状。例如给定17...
-
历届试题 国王的烦恼 (并查集)
历届试题 国王的烦恼 (并查集)问题描述C国由n个小岛组成,为了方便小岛之间联络,C国在小岛间建立了m座大桥,每座大桥连接两座小岛。两个小岛间可能存在多座桥连接。然而,由于海水冲刷,有一些大桥面临着不...
-
[leetcode] 840. Magic Squares In Grid
[leetcode] 840. Magic Squares In GridDescriptionA 3 x 3 magic square is a 3 x 3 grid filled with dis...
-
[leetcode] 1685. Sum of Absolute Differences in a Sorted Array
[leetcode] 1685. Sum of Absolute Differences in a Sorted ArrayDescriptionYou are given an integer ar...
-
[leetcode] 829. Consecutive Numbers Sum
[leetcode] 829. Consecutive Numbers SumDescriptionGiven a positive integer N, how many ways can we w...
-
[leetcode] 201. Bitwise AND of Numbers Range
[leetcode] 201. Bitwise AND of Numbers RangeDescriptionGiven a range [m, n] where 0 ˂= m ˂= n ˂= 214...
-
[leetcode] 1238. Circular Permutation in Binary Representation
[leetcode] 1238. Circular Permutation in Binary RepresentationDescriptionGiven 2 integers n and star...
-
[leetcode] 239. Sliding Window Maximum
[leetcode] 239. Sliding Window MaximumDescriptionYou are given an array of integers nums, there is a...
-
[leetcode] 908. Smallest Range I
[leetcode] 908. Smallest Range IDescriptionGiven an array A of integers, for each integer A[i] we ma...