Xlint101
Xlint101
全部文章
分类
acceleration(18)
ACM模板(26)
java(3)
kotlin(2)
stars(1)
日记(1)
未归档(30)
真·随笔(10)
配置(1)
题解(1)
归档
标签
去牛客网
登录
/
注册
Xlint101的博客
全部文章
(共93篇)
house of cards S1E9
mobilization meeting When the enemy attacked, you ran away. That's treason. Now it's time to splatter your brains everywhere. Please! Please, don't k...
2020-05-02
0
261
数据结构:树的链式递归实现
/************************************************************************ 树链式递归实现 函数: build getsum(获取树得节点个数) getdep(获取树的深度 ) getlson(查找某一个节点的左子树)...
指针
2020-04-27
0
236
python(not pypy), dfs, thread?
https://codeforces.com/contest/1336/problem/A import sys import threading from collections import defaultdict sys.setrecursionlimit(10**6) threading....
2020-04-26
0
316
house of cards, S1E5 facinating talk
you ***ing lie no, you lie on my face i did not lie did not, we spent the whole weekend in that room pouring over bills line by line and no where d...
2020-04-23
0
346
Manacher
string Manacher(string s) { // Insert '#' string t = "$#"; for (int i = 0; i < s.size(); ++i) { t += s[i]; t ...
字符串
2020-04-20
0
247
writing: gestural communication
In this passage, we will go through five channels of gesture in communications. Emblems are a kind of translations from language to displace some ver...
2020-04-19
0
200
gestural communication(3)
Adaptors satisfy some need and usually occur without conscious awareness; they are unintentional movements that usually go unnoticed. Researchers iden...
2020-04-19
0
281
kmp
标准get_next(前缀函数) void init(int m) { memset(p, 0, sizeof(p)); for(int i=1, k=0; i<m; i++) { while(k>0 && a[i]!=a[k])...
字符串
2020-04-18
0
273
gestural communication(2)
Emblems are substitute of words. They are body movements that have rather specific translations, such as nonverbal signs of OK. Emblems are as arbitr...
2020-04-18
0
244
gestural communication(1)
Nonverbal communication is communication without words. You communicate nonverbally when you smile or frown, widen your eyes, move your chair closer t...
2020-04-17
0
175
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页