摘要:
1542B - Plus and Multiply 1398C - Good Subarrays 371C - Hamburgers 1396A - Multiples of Length F - Equalize the Array 1514C - Product 1 Modulo N 阅读全文
摘要:
Codeforces Round 923 (Div. 3) A-Make it White 分析 在字符串中找到第一个B的位置l和最后一个B的位置r,打印r-l+1即可 如果找不到B打印-1 code #include <bits/stdc++.h> #define int long long #d 阅读全文