d[i]为 i 之前有效元素 再进行二分
#include<bits/stdc.h>
#define int long long
#define IOS ios::sync_with_stdio(false);cin.tie(0);cout.tie(0);
using namespace std;
const int inf2e18100;
const int maxn1e5100;
int a[maxn],d[maxn];
signed main()
{int n,q…
运行PSCAD最终出现这个错误警示 Fatal Error: Parse error when checking module version for file ‘ndde.mod’ opened at (1)” “make: *** [Station.o] Error 1” “Unable to generate a simulation executable for namespace 要将options下的dependences改为GFortran4.6…