摘要:
快速幂模板 cpp include using namespace std; unsigned long long quick_mi(unsigned long long a,unsigned long long b,unsigned long long c) { if(b==1) return a 阅读全文
摘要:
"题面Link" 此题太坑,好多好多的坑,具体请看代码吧。 本来在本地的lemon上测没过,但在luogu上测A了。 好了xs完了,于是上代码。 cpp include using namespace std; char s[1010]; int Left[1010],Right[1010]; bo 阅读全文