摘要:
题面: 说无可说(say.pas/cpp/c) 题目描述 “What’s left to say when every word’s been spoken?” “若沉默再无休止,是否已经说无可说?” 来自网易云音乐<Golden Leaves-Passenger> 沉默之中,我已不懂言语。 幻觉中 阅读全文
摘要:
Problems #Name A The Contest standard input/output 2 s, 256 MB x1629 B The Golden Age standard input/output 1 s, 256 MB x506 C The Tag Game standard i 阅读全文
摘要:
A Karen and Morning 找最近的回文时间 模拟 往后推 判判就行 B Karen and Coffee 差分前缀和推一发完事~ C Karen and Game 贪心 先把整张图能删的都删了 再枚举行、列 输出比较烦 D Karen and Test 这题好难啊... 把奇数列盖住 阅读全文
摘要:
//By SiriusRen #include using namespace std; #define int long long int n,m,sx,sy,xx[]={1,1,2,2,-1,-1,-2,-2,0},yy[]={2,-2,1,-1,2,-2,1,-1,0}; int stk1[25],stk2[25],stk[25],C[45][45],Ans,top; bool chec... 阅读全文