摘要: 比赛链接:牛客周赛49 赛时感受 A 思路 直接计算 代码 #include <bits/stdc++.h> using namespace std; #define ll long long const int N = 1e5 + 10; int main() { ll a, b; cin >> 阅读全文
posted @ 2024-06-30 21:30 薛定谔的AC 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 比赛链接:牛客小白月赛97 A 思路 代码 #include <bits/stdc++.h> using namespace std; #define ll long long const int N = 1e5 + 10; int num[N]; int main() { int n; cin > 阅读全文
posted @ 2024-06-30 00:01 薛定谔的AC 阅读(5) 评论(0) 推荐(0) 编辑