wit_1805121326
wit_1805121326
全部文章
题解
归档
标签
去牛客网
登录
/
注册
wit_1805121326的博客
全部文章
/ 题解
(共2篇)
题解 | #单词替换#
public: /** * 代码中的类名、方法名、参数名已经指定,请勿修改,直接返回方法规定的值即可 * * * @param S string字符串 * @param k int整型 * @return int整型 ...
C++
2022-06-14
0
319
题解 | #单词替换#
#include <iostream> #include <string> using namespace std; int main(){ string str,str1,str2; while(getline(cin,str)){ getl...
C++
2022-02-09
0
301