Xlint101
Xlint101
全部文章
未归档
acceleration(18)
ACM模板(26)
java(3)
kotlin(2)
stars(1)
日记(1)
真·随笔(10)
配置(1)
题解(1)
归档
标签
去牛客网
登录
/
注册
Xlint101的博客
全部文章
/ 未归档
(共30篇)
最小表示法
字符串最小表示法 int getPos(string s,int op)//zero represent the least representation, while one represent the largest { int i=0,j=1; int len=s.size...
字符串
2021-01-19
0
218
priority_queue custom compare(cmp)
#include <bits/stdc++.h> //#define endl '\n' #define lose {printf("NO\n");return;} #define win {printf("YES\n");return;} #de...
2020-10-22
0
357
计算几何template
//template const double eps=1e-7; const double pi=3.14159265; struct Point { double x, y; Point( double x = 0, double y = 0 ):x(x), y(y) { } ...
计算几何
2020-10-10
0
275
yet another supernova?
https://xlint101-github-io.vercel.app/
2020-10-03
0
276
presentation: The Great Gatsby Chapter 6
good morning. Since we have been through the main idea, now i am going to talk about the aesthetics behind the story. well Actually i am not sure if ...
2020-05-15
0
231
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
294
Manacher
string Manacher(string s) { // Insert '#' string t = "$#"; for (int i = 0; i < s.size(); ++i) { t += s[i]; t ...
字符串
2020-04-20
0
229
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
186
欲擒故纵
https://codeforces.com/contest/1333/problem/E
2020-04-11
0
208
Make k Equal from Codeforces Round #629 (Div. 3)
description you are given an array and you are asked to make \(k\) elements of it equal after some operations. you can make one of the following ope...
2020-03-28
0
253
首页
上一页
1
2
3
下一页
末页