摘要: COW #include<iostream> using namespace std; int main(){ long long int c,o,w; c = o = w = 0; int n; string alls; cin >> n >> alls; for(auto i : alls){ 阅读全文
posted @ 2022-01-22 16:17 Xuuxxi 阅读(19) 评论(0) 推荐(0)