随笔分类 -  比赛总结

摘要:A - Pairing 思路 排个序,比较相邻元素。 代码 #include<iostream> #include<algorithm> using namespace std; inline int read(){register int x = 0, f = 1;register char c 阅读全文
posted @ 2024-11-04 09:44 bryce_yyds 阅读(17) 评论(0) 推荐(0)