摘要: ###A 模拟题,不多说。 时间复杂度$O(3)$ #include<iostream> #include<cstdio> #include<cstring> #include<map> const char ch[] = {'L', 'M', 'S'}; std::string s[2]; std 阅读全文
posted @ 2022-10-12 16:08 SxtoxA 阅读(57) 评论(0) 推荐(0)
12 13