文章分类 -  模板

摘要:要点:零活运用cin.get()、getline(),特别学会使用输入输出流 vector<double> Fdepart_string(string data) { int i, j; int kinds = 1; vector<string> part; string A_part; strin 阅读全文
posted @ 2021-04-11 18:40 bear_xin 阅读(58) 评论(0) 推荐(0)
摘要:还没看完的解析 阅读全文
posted @ 2021-04-10 23:15 bear_xin 阅读(19) 评论(0) 推荐(0)
摘要:计蒜客 洛谷 【模板】 #include<iostream> #include<cstdio> #include<cmath> using namespace std; const int N = 1e6+10; int n, q, f[N][30]; inline int read() { int 阅读全文
posted @ 2021-04-09 20:13 bear_xin 阅读(47) 评论(0) 推荐(0)