CS计算机代考程序代写 package programmingexample5;程序代写 CS代考 package programmingexample5; public interface ShapeVisitable { public void accept(ShapeVisitor v); }