填空题

下面是一个类的定义,试将程序补充完整。
classA
String s;
【12】 int a=66;
A(Strings 1)
s=s1;
static int geta()
return a;

【参考答案】

static