import java.lang.Integer;
public class Static {
static i = 20;
static {
var x = 30;
i = x;
}
static m() {
return i;