03 2020 档案

摘要:#include<bits/stdc++.h> using namespace std; int main(){ string w,s; while(1){ int t=0,t2=0,l,l2; getline(cin,w); getline(cin,s); l=s.size(); l2=w.siz 阅读全文
posted @ 2020-03-30 11:53 一世安然L 阅读(305) 评论(0) 推荐(0)
摘要:#include<iostream> #include<cmath> using namespace std; typedef double (*fpoint)(double x); //新定义的函数类型,里边有一个double变量 double fun1(double x){ const int 阅读全文
posted @ 2020-03-25 09:58 一世安然L 阅读(310) 评论(0) 推荐(0)
摘要://模板,方便以后查找#include<iostream> #include<cstdio> #include<cstring> #include<cstdlib> #include<algorithm> using namespace std; const int N=1010,M=2000010 阅读全文
posted @ 2020-03-18 23:53 一世安然L 阅读(184) 评论(0) 推荐(0)