摘要:
A - Not Found 题意 思路 模拟 代码 点击查看代码 #include <bits/stdc++.h> using namespace std; #define int long long #define endl '\n' typedef pair<int, int> pii; con 阅读全文
posted @ 2025-05-06 21:35
_SeiI
阅读(33)
评论(0)
推荐(0)
摘要:
A - Long Live 题意 思路 当 \(a=1\) 时,\(ab\) 最大 代码 点击查看代码 #include <bits/stdc++.h> using namespace std; #define int long long #define endl '\n' typedef pair 阅读全文
posted @ 2025-05-06 19:52
_SeiI
阅读(21)
评论(0)
推荐(0)