md{
  I kame(){
	return 5;
  }
	print md.kame();
}
ar{
	aI temp[3];
	temp[3]=0;
	print temp[3];
	md.kame();
}$