摘要:
祝胡老师节日快乐 语文课代表 胡马秋肥宜白草,老禅方丈倚中条。师子麒麟聊比肩,节既秋兮天向寒。日高睡起眉山浅 ,快乘霹雳化龙门 。乐九韶兮人神感, 美七德兮天地清。 阅读全文
摘要:
#include<iostream> #include<cstdio> #include<cctype> using namespace std; inline int read() { int x=0,f=1;char c=getchar(); while(!isdigit(c)){if(c==' 阅读全文
摘要:
归并 逆序对 #include<iostream> #include<cstdio> #include<cctype> using namespace std; inline long long read() { long long x=0,f=1;char c=getchar(); while(! 阅读全文