複製 1000 條 COUT 語句就行了。
void fun(char *arr) { static int i=0; cout<<arr[i++]; if(i<1000) fun(arr); }
33,028
社区成员
35,337
社区内容
加载中
试试用AI创作助手写篇文章吧