
String---Others
Feynman1999
理论都是灰色的,而生活之树常青^_^
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
串的链式结构的简单操作
#include#define max_size 200using namespace std;char p[max_size];typedef struct strnode{ char ch; strnode *next;}strnode,*pstr;void strassign(pstr &s,char *p)//初始化赋值{ pstr q;原创 2017-04-14 13:31:11 · 739 阅读 · 0 评论 -
Helvetic Coding Contest 2018 A2(字符串Hash)
problemThe stardate is 1983, and Princess Heidi is getting better at detecting the Death Stars. This time, two Rebel spies have yet again given Heidi two maps with the possible locations of the Deat...原创 2018-05-01 22:34:43 · 242 阅读 · 0 评论