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
阅读全文
摘要:#include<iostream> #include<cmath> using namespace std; typedef double (*fpoint)(double x); //新定义的函数类型,里边有一个double变量 double fun1(double x){ const int
阅读全文
摘要://模板,方便以后查找#include<iostream> #include<cstdio> #include<cstring> #include<cstdlib> #include<algorithm> using namespace std; const int N=1010,M=2000010
阅读全文
浙公网安备 33010602011771号