2002/09/21 (土) 23:13:41        [mirai]
class a{
	static int x[20];
	a(){
		for(int i=0;i<20;i++){
			x[i]=0;
		}
	};
}

結局こう言う事で良いのですか?(;´Д`)