摘要: 第一天开始刷题,难度还是有的,磨了2个小时,写了三个题,这次先写一个最简单的题的题解。 #include <bits/stdc++.h> using namespace std; int n; int a[101], b[101]; int main(){ cin >> n; int cnt=0; 阅读全文
posted @ 2023-04-10 22:17 XnobodyT 阅读(33) 评论(0) 推荐(1)