摘要: #include<bits/stdc++.h> #include<math.h> using namespace std; int main(){ string s; while(getline(cin,s)){ float cnt = 0; int cc = 0; int flag = 1; fo 阅读全文
posted @ 2024-02-06 11:14 Yoloerr 阅读(12) 评论(0) 推荐(0)