摘要:
题目链接:Codeforces Round 968 (Div. 2) - Codeforces 总结:C题想到了,但是写成shi了,出得有点慢。 A. Turtle and Good String tag:签到 Solution:直接判断第一个字符是否与最后一个字符相等即可。 void solve( 阅读全文
摘要:
题目链接:Codeforces Round 967 (Div. 2) - Codeforces 总结:B题没测试就交wa一发,C题一直没想到怎么回溯,哎。 A. Make All Equal tag:签到 Solution:找到相同元素的最大值,将其它所有元素删去。 void solve(){ ci 阅读全文