名词模块_教学活动 |教学活动|释义| | | | |study|学习| |learn|学习| |listen|听| |ask|问,要求| |answer|回答| |read|读,朗读| |write|写,书写| |follow|听从,服从| |remember|记得| |finish|结束,完成| ...
分类:
其他好文 时间:
2020-02-23 16:18:14
阅读次数:
78
Hi,If you have any questions, you can send a message here or send them to us. We will answer you as soon as possible. email:kycwf14665@yahoo.co.jp poh ...
分类:
移动开发 时间:
2020-02-21 20:41:23
阅读次数:
110
Hi,If you have any questions, you can send a message here or send them to us. We will answer you as soon as possible. email:qkdfa20485@yahoo.co.jp poh ...
分类:
移动开发 时间:
2020-02-21 20:24:03
阅读次数:
94
Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? The answer is , if 6 is a decimal number and 110 is a bi ...
分类:
其他好文 时间:
2020-02-20 12:54:51
阅读次数:
69
1.H-index a researcher at least h paper h score input: T test case N Ai output: thought: 好用的模板: Answer: #include <iostream> #include <algorithm> #incl ...
分类:
其他好文 时间:
2020-02-19 01:18:18
阅读次数:
94
(以下内容摘抄自刷知乎关于LeetCode的问题,原文链接:https://www.zhihu.com/question/31092580/answer/54194793) 刷题几个阶段: 1,第一遍:知道。直接看答案,不要自己想,了解所有最优解,方法技巧第一。做题套路,以印象为主。 2,第二遍:熟 ...
分类:
其他好文 时间:
2020-02-18 15:03:19
阅读次数:
78
参考:https://www.zhihu.com/question/19621371/answer/1017792294?utm_source=wechat_session&utm_medium=social&utm_oi=1007902199346794496 ...
分类:
其他好文 时间:
2020-02-17 17:43:32
阅读次数:
49
题目链接: "SP1043 GSS1 Can you answer these queries I" 对,$GSS$毒瘤数据结构题,就是我在 "这篇文章" 中提到的紫题。 相对其他$GSS$题简单些,~~但并不简单~~。 板子题嘛,上代码就好了,线段树烦死了 $Code$: ...
分类:
其他好文 时间:
2020-02-16 20:39:47
阅读次数:
56
给定由若干 0 和 1 组成的数组 A。我们定义 N_i:从 A[0] 到 A[i] 的第 i 个子数组被解释为一个二进制数(从最高有效位到最低有效位)。 返回布尔值列表 answer,只有当 N_i 可以被 5 整除时,答案 answer[i] 为 true,否则为 false。 示例 1: 输入 ...
分类:
其他好文 时间:
2020-02-15 13:26:16
阅读次数:
64
有两种操作,一是给区间内所有的数开根号,二是区间求和。 线段树单点更新,区间求和的模板~ #include<cstdio> #include<algorithm> #include<cmath> using namespace std; const int maxn=1e6+14; struct n ...
分类:
其他好文 时间:
2020-02-14 20:23:34
阅读次数:
63