-
[置顶]小程序引擎(开源小程序引擎)
本文目录一览:1、做一个小程序需要具备什么技术?2、企业是否需要制作小程序?怎么做企业小程序?3、taro 怎么集成 android sdk?4、百度小程序有什么特点?5、qq小程序基础引擎加载失败怎...
-
数学专题
数学专题hdu2824欧拉函数模板#includeusing namespace std;const int N=3000010;int prime[N],isprime[N];int phi[N];...
-
2017年7月8日23:40:48
2017年7月8日23:40:482017年7月8日23:40:51这两天吧,因为夏令营的事吧,学习进度不好。首先我最缺少的是计划性,每天的作业量,完成内容没有很好的规划。然后,缺乏自律性,虽然最近没...
-
-
leetcode27. Remove Element
leetcode27. Remove Elementclass Solution {public: int removeElement(vector& nums, int val) {...
-
u3d入门
u3d入门Scene与场景漫游F:获得焦点或双击按住alt:360旋转Align ViewtoSelected:讲镜头与点保持一致Hierarchy与场景搭建基本组件:Camera:主次:depth深...
-
leetcode645. Set Mismatch
leetcode645. Set Mismatch类似于哈希 查找就好了。class Solution {public: vector findErrorNums(vector& nums) {...
-
leetcode287. Find the Duplicate Number
leetcode287. Find the Duplicate Number找出这些串中一个重复。遍历一遍,然后用vector的find函数去查找就好了。查找之前要把当前值记录一下,并删去,找到不久是...
-
leetcode389. Find the Difference
leetcode389. Find the Difference求出这两个串中一个不同的值。开始想用multiset,后来想到string里也有find。返回的索引值。所以用stringfind很好解...
-
leetcode653. Two Sum IV - Input is a BST
leetcode653. Two Sum IV - Input is a BST题意是求二叉树中的任意两个数的和能不能是k。把二叉树便利一遍,求出所有元素,然后在循环便利每两个的和就好。/** * D...
-
leetcode58. Length of Last Word
leetcode58. Length of Last Word不知为什么我的博客也会多了些关注,非常感谢能给你们提供到帮助。让我坚持做的一点事情也有了点意义。就是判断最后一个字符串的长度。有一个坑就是...

