摘要:
5月27日 I'm always here if you need me. 前传 但是 There is no time you need me. 三个人铃声响完挨着准备进信息教室,结果两个人进去之后,Mr俞把门关了,于是樊子奆就只能敲门了,关门3s后门开了,于是门上课时一直就没关。 大扫除: 卢宇 阅读全文
摘要:
5月26日 Love is the best medicine. 前传 “同学们,这种试卷我们明天订正完‘反交’一下。”——5.25 Mr 袁 这就是生物的魅力吗? “赫鲁晓夫提出了两个条件:一个是要到美国的肯尼迪(???)玩?”——Miss 殷 “嗯???” 全班 “哦不对,迪士尼” 笑 第二次“ 阅读全文
摘要:
传送门 #include <bits/stdc++.h> typedef long long ll; ll l,r,mid; int t; int main(){ scanf("%lld%lld",&l,&r); if (l==r){ puts("1"); return 0; } for (int 阅读全文
摘要:
#include <bits/stdc++.h> int p[15],ct[550005],a[30005],w,n,T,x,c[550005]; long long ans; char s[15]; int cal(int x){ int ret=0; for (int i=0;i<w;i++) 阅读全文
摘要:
#include <bits/stdc++.h> #define int long long typedef long long ll; const int N=1000005; int m,a[N],f[N],p[N],n,cnt,x,ans; std::map<int,int> id; std: 阅读全文