牛客349505404号
牛客349505404号
全部文章
分类
归档
标签
去牛客网
登录
/
注册
牛客349505404号的博客
全部文章
(共2篇)
题解 | 统计字符
#include<bits/stdc++.h> using namespace std; int main() { string p,s; while(getline(cin,p)) { if(p=="#")break; getline(cin,s); ...
2025-03-18
0
6
题解 | 浮点数加法
#include<bits/stdc++.h> using namespace std; string get_int(string s) { string tmp; for(int i=0;i<s.size();++i) if(s[i]!='.')tmp.push_ba...
2025-03-17
1
6