摘要: 补题: 3x3 Convolution #include<bits/stdc++.h>using namespace std;#define N 10000int a[N][N];int b[N][N];int main(){ios::sync_with_stdio(false);int t;cin 阅读全文
posted @ 2020-09-26 21:29 CHUNIN 阅读(113) 评论(0) 推荐(0)