摘要:
ACM — XCPC算法竞赛模板 持续更新,有问题联系QQ:2622782853 部分代码使用\(STL\)库,补充知识传送门:C++ STL总结 | 行码棋 输入输出优化 快读 inline int Read() { int res = 0; bool flag = false; int c = 阅读全文
摘要:
PX0001. 多项式输出 就单纯的模拟题,直接模拟多考虑细节就行了。 #include <bits/stdc++.h> #define I_can_AK int main using namespace std; using uint = unsigned int; using ll = long 阅读全文