摘要: A 如果有3个以上连着的,不停从中间取水,可以填完 否则有几个要几个 #include<iostream> using namespace std; int n; string str; int main(){ int T;cin>>T; while(T--){ cin>>n; cin>>str;b 阅读全文
posted @ 2025-04-17 21:35 arin876 阅读(26) 评论(0) 推荐(0)