
CCF-CSP
M_theory004
这个作者很懒,什么都没留下…
展开
-
CCF CSP 2020-06 Markdown 渲染器
没想到阴沟里翻船,B题被卡了一手读入... 发一下C题的代码吧 #include<bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(false),cin.tie(0),cout.tie(0) typedef long long ll; typedef pair <ll, ll> P; struct markdown { int type; string s; }; boo原创 2020-07-03 17:37:46 · 3372 阅读 · 4 评论 -
CCF-CSP 201912-3 化学方程式
#include <bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(false),cin.tie(0),cout.tie(0); void split(string s, vector<string> &v, string c) { size_t pos1, pos2; pos2 = s.find(c); pos1 = 0; while (strin.原创 2020-06-26 18:45:22 · 398 阅读 · 0 评论