注意减号啊:)
#inlcude<cstring> // #include<string.h> in c void *memset(void *s, int c, size_t n); //memset:作用是在一段内存块中填充某个给定的值,它对较大的结构体或数组进行清零操作的一种最快方法。