#include "stdio.h"void incr(){static s=0;++s;printf("%d\n",s);}main(){incr();incr();incr();}
慕的地8271018
函数式编程
千万里不及你
相关分类