C、C++競賽經常使用函數總結:

memset(a,n,sizeof(a));//把數組a的值所有初始化爲n memcpy(b,a,sizeof(a));//把數組a的值複製到數組b中 memcpy(b,a,sizeof(int)*k);//把前k個複製到b中
相關文章
相關標籤/搜索