欢迎来到SFWR的博客

复习一下scc #include<bits/stdc++.h> using namespace std; const int bw=1000001; int head[bw],head2[bw],low[bw],rd[bw],vist[bw],f[bw],nc[bw],vd[bw],dfn[bw], Read More
posted @ 2019-11-13 22:01 SFWR Views(105) Comments(0) Diggs(0) Edit
给出一个N次函数,保证在范围[l,r]内存在一点x,使得[l,x]上单调增,[x,r]上单调减。试求出x的值。 学习一下三分法 #include<bits/stdc++.h> using namespace std; const double dbs=0.000001; double l,r,num Read More
posted @ 2019-11-13 07:05 SFWR Views(132) Comments(0) Diggs(0) Edit