摘要: A:这是一道签到题吗? 用双层循环模拟即可,注意特殊输出的判断。 #include <bits/stdc++.h> using namespace std; typedef long long ll; const int P = 1e9+7; const int N = 1e2+10; int a[ 阅读全文
posted @ 2025-12-02 22:00 河南工业大学算法协会 阅读(87) 评论(0) 推荐(0)