摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 #define endl '\n' 4 5 signed main() 6 { 7 ios::sync_with_stdio(false); 8 cin.tie(nullptr); 9 cout. 阅读全文
posted @ 2022-10-11 15:50 bzzb90909 阅读(14) 评论(0) 推荐(0)