洛谷 P5734 【深基6.例6】文字处理软件
更多...
#include <luogu.h>
|
static int | main (istream &cin, ostream &cout) |
|
洛谷 P5734 【深基6.例6】文字处理软件
在文件 luogu.h 第 531 行定义.
◆ main()
int luogu::P5734::main |
( |
istream & |
cin, |
|
|
ostream & |
cout |
|
) |
| |
|
static |
在文件 luogu.cpp 第 1923 行定义.
1928 for(
int i = 0; i < n; i++) {
1934 doc.insert(doc.end(), str.begin(), str.end());
1935 cout << doc << endl;
1942 doc = doc.substr(a, b);
1943 cout << doc << endl;
1950 doc.insert(doc.begin() + a, str.begin(), str.end());
1951 cout << doc << endl;
1957 const auto ans = doc.find(str);
1958 if(ans == string::npos) {
1961 cout << ans << endl;
被这些函数引用 luogu::TEST().
该类的文档由以下文件生成: