c++ 中的fill 和memset

fill 的头文件是 命名空间是std; 用法: eg: #include using namespace std; int main() {          char s[100];          fill(s,s+100,'a');          for(int i=0;i<100;i++)           cout<        cout<       system("pau
相关文章
相关标签/搜索