我是一个小菜鸡啊!小菜鸡!小菜鸡
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《CE?》回复:
@[zjc1234](luogu://user/1352164)难不成c++23都不支持__int128?
我在做[P5463](https://www.luogu.com.cn/problem/P5463)的时候,提交了一份这样的代码 ```cpp #include using namespace std; #define int __int128 //区间和+单点改 int n,m,ld;int ams; unorder…
在讨论《求条 C》回复:
@[lichenxi108](luogu://user/1006023) @[DrDuck](luogu://user/1517090) 第一次跟大佬成绩这么近(开心)
在讨论《建议降绿》回复:
且几乎没有什么难点
rt ```cpp #include using namespace std; struct Node { double x,y; bool operator > n; for(int i = 1;i > a[i].x >> a[i].y; sort(a + 1,a + n + 1); cout << fixed <<…
## 题目: [ABC421C]Alternated ## 题目链接:https://www.luogu.com.cn/problem/AT_abc421_c ## 题目翻译: ###### 给你一个长度为2n的字符串,里面有A,B若干个,对这个字符串进行任意次数的**相邻**字符交换,求字符串中不存在相同字符相邻的情…
在讨论《关于验证码》回复:
@ [hh0592821](https://www.luogu.com.cn/user/96686)
在讨论《关于验证码》回复:
@ hh0592821
在讨论《关于验证码》回复:
不是,我除了讨论区什么都开不开(包括题库)
在讨论《题解一般多久才被审核》回复:
你也在代码源学???
在讨论《洛谷入门赛 #26 赛时答疑》回复:
为什么提交不了了
```cpp #undef wrap #undef print #include using namespace std; #define wrap() printf("\n") typedef long long int ll; typedef int si; typedef unsigned int ui; typ…
在讨论《问题》回复:
考古
```cpp #undef wrap #undef print #include using namespace std; #define wrap() printf("\n") typedef long long int ll; typedef int si; typedef unsigned int ui; typ…
```cpp #include using namespace std; #define wrap() printf("\n") #define print(x) printf("%lld",x); typedef long long int ll; typedef int inter; typedef unsigne…
```cpp #include using namespace std; #define wrap() printf("\n") #define print(x) printf("%d",x); typedef long long int ll; typedef int inter; typedef unsigned…
在讨论《洛谷可以上外网了》回复:
考古
在讨论《洛谷Online Judge公测指南》回复:
考古
```cpp #include using namespace std; int pr[25] = {2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97}; int mx=0; int mi=101; int con[27]; c…
```cpp #include using namespace std; int n,m,k,ans=0; bool t[101][101]; int main() { memset(t,false,sizeof(t)); scanf("%d%d%d",&n,&m,&k); for(int i=1;i<=m;i++)…