摘要:
好久没搬题解了,好像一直在写水题…… P16316 [ICPC 2023 Jinan R] 奇怪的排序 题目描述 :::epigraph[Stanley P. Y. Fung. Is this the simplest (and most surprising) sorting algorithm 阅读全文
摘要:
板子 快读 inline int read() { int x=0,f=1;char ch=getchar(); while (ch<'0'||ch>'9'){if (ch=='-') f=-1;ch=getchar();} while (ch>='0'&&ch<='9'){x=x*10+ch-48 阅读全文