摘要:
Absent-minded Masha got set of n cubes for her birthday. At each of 6 faces of each cube, there is exactly one digit from 0 to 9. Masha became interes 阅读全文
摘要:
package producerAndCustomer; import java.util.ArrayList; import java.util.List; public class Plate { private List apples = new ArrayList(); public synchronized void putApple(Object apple){ ... 阅读全文