哈哈哈, 这道题我处理的比较复杂, 但是没去看题解和课自己做出来挺开心的
代码
#include <bits/stdc.h>
#define int long long#define F(i, a, b) for (int i (a); i < (b); i)
#define dF(i, a, b) for (int i (a); i > (b); i--)using namespace std;typede…
<Fully Squeezed Multiscale Inference Network for Fast and Accurate Saliency Detection in Optical Remote-Sensing Images> 论文:Fully Squeezed Multiscale Inference Network for Fast and Accurate Saliency Detection in Optical Remote-Sensing Images | IEE…