02 2023 档案

摘要:1 #include<bits/stdc++.h> 2 3 using namespace std; 4 # define N 10000 5 int main(){ 6 7 8 int m,n; 9 cin>>n>>m; 10 11 12 int res1[N] = {0} ; 13 int re 阅读全文
posted @ 2023-02-19 13:22 CSU_YAM 阅读(33) 评论(0) 推荐(0)