摘要:
#include<stdio.h> #define MaxSize 255 typedef struct { char ch[MaxSize]; int length; }SString; void InitStr(SString &S) { S.ch[0]=' '; S.length=0; } v 阅读全文
posted @ 2020-07-13 20:29
石乐智先生
阅读(308)
评论(0)
推荐(0)
摘要:
#include<stdio.h> #define MaxSize 255 typedef struct { char ch[MaxSize]; int length; }SString; void InitStr(SString &S) { S.ch[0]=' '; S.length=0; } v 阅读全文
posted @ 2020-07-13 20:08
石乐智先生
阅读(380)
评论(0)
推荐(0)

浙公网安备 33010602011771号