Jeanny
寂兮,寥兮,独立不改,周行而不殆
摘要: C.一道非常好的函数入门题 一句话题意:每次改变某一个位置的字符,询问ABC的个数。 #include <bits/stdc++.h> using namespace std; char s[200005],c; int n,m,cnt,p; int chk(int l){ if(l >= 1 && 阅读全文
posted @ 2024-09-22 11:41 Jeanny 阅读(18) 评论(0) 推荐(0)