finally I become the sky and you become the earth
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
~乐子人来【luogu】搞CTF的笔记了~ ### 一、http是啥: **http**: 超文本传输协议 $$\texttt{(Hyper Text Transfer Protocol)},$$是一个属于**应用层协议**的简单的**请求-响应协议**, ### 二、http常用请求方法: 1.$\texttt{GE…
rt,全WA ```cpp #include #define int long long using namespace std; static const int N=5e6+1e5; int n,m,Q; struct Graph{ struct Edge{ int to,vl,Nxt; }e[N]; int to…
在讨论《帮人求题》回复:
@[Henly_Z](/user/683212) @[liujixuan2010118](/user/910440) thx
rt  万能的谷友,有没有什么类似于 P9990 这种用扫描线解决的区间查询的题目。 站内更好,谢谢
rt,(感觉应该是个弱智错误,但实在是没看出来) ```cpp #include #define int long long using namespace std; static const int N=1000000; static const int INF=LONG_LONG_MAX; int n,m; str…
rt,发现输入m行操作时代码就直接死了, 但看了半天没看懂那里有问题 ~~感觉问题很弱智但本弱智就是没看出来~~ ```cpp #include #define itn long long using namespace std; static const int N=1000000; int n,m; int a[N…
rt, ``` #include #define int long long using namespace std; static const int N=1000000; static const int mod=1e4+7; int n,m,k; struct Node{ int lp[26],Ext; int…
在讨论《floor的使用是否会导致误差(玄关)》回复:
@[liqingyang](/user/272088) thx
在讨论《floor的使用是否会导致误差(玄关)》回复:
我拍的那堆里多半是在1e7以上/(ㄒoㄒ)/~~
在讨论《floor的使用是否会导致误差(玄关)》回复:
……啊这……
在讨论《floor的使用是否会导致误差(玄关)》回复:
double在本地跑是存的下的啊。
在讨论《floor的使用是否会导致误差(玄关)》回复:
@[liqingyang](/user/272088) 真的拍得出来吗?
在讨论《floor的使用是否会导致误差(玄关)》回复:
6,我拍的k的上限[0,2e16]……
在讨论《floor的使用是否会导致误差(玄关)》回复:
@[Aaa_liang](/user/556545) 行,我给虚拟机喂点
在讨论《floor的使用是否会导致误差(玄关)》回复:
我帮你拍了173310组数据,你说是AT的问题,心疼我的虚拟机
在讨论《Q :( 补课》回复:
首先我不会去手写排序,而是用sort (偷懒), 所以: 1.最简单的用 std::pair 2.写cmp函数,例子: ``` inline bool cmp(T a,T b){ return a.f1==b.f1?a.f2<b.f2:a.f1<b.f1 } ```
在讨论《机房太乱了怎么办》回复:
@Aaa_liang为什么不用大号
在讨论《机房太乱了怎么办》回复:
@Aaa_liang你有什么看法
在讨论《机房里一群发情哥怎么办》回复:
好图,偷了; 我觉得如果可以的话,你可以就按照图上的话去干
在讨论《悬关求题》回复:
@[寒烟冷浅暮殇](/user/28397) 谢 已关
rt,code: ```cpp #include #define int long long using namespace std; static const int N=1000000; struct Node{ int l,r; double Slope; int Sum; }T[N*4]; int n,m; i…
在讨论《请求加强数据???》回复:
@[PAVIC_victor](/user/705725) 贴一个记录 https://www.luogu.com.cn/record/151376302
rt,我搜索不带记忆化过了...(雾 ``` cpp #include #define int long long using namespace std; static const int N=1000000; int f[N]; int x[N]; int n,m,k; inline void Run(int x)…
在讨论《请求加强数据》回复:
你会发现cout<<0拿了60.....