public class ListLike implements CrazyDataStructure {

    @Override
    public void add(int a) {

    }
}
