摘要: Problem J. Breakfast 直接根据题意模拟即可: #include <bits/stdc++.h> #define int long long using namespace std; const int N=1e6+10,mod=1e9+7; signed main() { std 阅读全文
posted @ 2024-06-09 22:04 o-Sakurajimamai-o 阅读(524) 评论(0) 推荐(0)
-- --