随笔分类 -  luogu

一些模板题
摘要:点击查看代码 #include <bits/stdc++.h> using namespace std; using ll=long long; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); int n,m; cin>>n>> 阅读全文
posted @ 2024-12-25 15:35 Koziki 阅读(12) 评论(0) 推荐(0)