摘要: Educational Codeforces Round 170 (Div. 2) 总结 不想写,只有代码记录。 A #include <iostream> #include <cstring> #include <algorithm> #include <cstdio> using namespa 阅读全文
posted @ 2024-10-30 21:14 zhouruoheng 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Codeforces Round 982 (Div. 2) 总结 A 猜结论,最后的图形的周长都能移成一个长方形的周长,这个长方形就是 \(w\) 和 \(h\) 的最大值。 #include <iostream> #include <cstdio> #include <cstring> #incl 阅读全文
posted @ 2024-10-30 21:05 zhouruoheng 阅读(11) 评论(0) 推荐(1) 编辑