随笔分类 - c++
摘要:作者花了一个下午写出来的。 c++写的时间管理大师。 支持一下。 #include<bits/stdc++.h> #include<windows.h> using namespace std; const int pai = 250; const int ban = pai/2; #define
阅读全文
摘要:求\(\sum_{i=1}^n\left\lfloor\dfrac ni\right\rfloor\) long long H(int n) { long long res = 0; // 储存结果 int l = 1, r; // 块左端点与右端点 while (l <= n) { r = n /
阅读全文
摘要:有些人想卡洛谷报仇洛谷 下面给出示例代码和题单。 #include<bits/stdc++.h> using namespace std; int main() { while(1) { cout<<"sb luogu"<<endl; } } 死亡时间到
阅读全文

浙公网安备 33010602011771号