package p1;

import java.util.ArrayList;

public class A {

	static { new ArrayList<String>(); }
}