随笔分类 -  程序设计天梯赛

摘要:#include <bits/stdc++.h> using namespace std; using LL = long long; void solve(); int main() { // ios::sync_with_stdio(false); // cin.tie(nullptr); in 阅读全文
posted @ 2022-03-14 18:55 ccz9729 阅读(144) 评论(0) 推荐(0)