摘要: C. Alphabetic Removals 链接 C. Alphabetic Removals 这个题先找到需要去除的k个字符,然后再打印的时候去除这些字符就可以了 #include <iostream> #include <algorithm> #include <cstdio> #includ 阅读全文
posted @ 2023-03-09 22:44 harper886 阅读(32) 评论(0) 推荐(0)
摘要: /* Croatian Open Competition in Informatics 2006/2007 Contest 6 - Task PROSTOR Programming language C++ */ #include <algorithm> #include <cstdio> #inc 阅读全文
posted @ 2023-03-09 22:13 harper886 阅读(48) 评论(0) 推荐(0)