I miss you, Jenny Forrest Gump: 阿甘正传 You died on a Saturday morning. And I had you placed here our tree. And I had that house of your father's bulldozed to the ground. 你死在一个星期六的早晨.我把你葬在我们的树下. 我把你父亲的房子推成了平地. Momma always said dying was a part of life.
import java.util.*;import java.text.*;class DVDSet{ String[] name = new String[50]; //名字 int[] state = new int[50]; //状态 1为可借,0为借出 String[] date = new String[50]; //借出日期 int[] count = new int[50]; //排行榜}class DVDMgr{ // 创