爆裂黎明!!!
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
4个点RE三个点WA ```cpp #include #define int long long #define F for #define W while using namespace std; const int MAXN=1e5+5; struct son { int l,r; }G[MAXN]; int n;…
自由发言 权限满七天
自由发言 权限在题目分版内发表无关/无意义讨论(7 天)
在讨论《50玄关求条》回复:
@[Phartial](luogu://user/376161) %%%
``` ,>, >+>+ >[- >>] >>-] + [>>>+ +>-[>+>>]>[+[- ]>+>>] >[-]>>>++++++++++ +>-[>+>>]>[+[- ]>+>>] >[-]>>>++++++++++ >>+ .[-]>[-] >. ```
```cpp #include using namespace std; int a[1000005],b[1000005]; void jia(int a[],int b[]) { int i; if(a[0] 0) a[0]++; return; } void print(int a[]) { int i; if(…
### brainf**k ``` ++++++++++[>+++++++>++++++++++>+++>+ ++.>+.+++++++..+++.>++. .+++.------.--------.>+.>. ```
在讨论《进食猴人》回复:
@[ingo_dtw](luogu://user/1359427) Orz
在讨论《进食猴人》回复:
@[ingo_dtw](luogu://user/1359427) 我写了#define int long long
WA了 ```cpp #include using namespace std; signed main() { cout<<1<<'\n'<<LLONG_MAX<<'\n'; return 0; } ```
在文章《P1001 A+B Problem 题解》发表评论:
WOW!!!竟然有正经题解(○´・д・)ノ
# [题目传送门](https://www.luogu.com.cn/problem/P1012) 首先,小小的震惊一下,编号这么靠前的题还能交题解 # 题目分析 给定 n 个正整数,将它们首尾拼接成一个整数,要求这个整数尽可能大。 显然,这个题不能使用暴力,思考后,考虑邻项交换; 将所有数字转换为字符串,方便直接进行…