public class li10 {
public static void main(String[] args) {
// TODO Auto-generated method stub
String[] word1 = new String[]{"春","眠","不","觉","晓",","};
String[] word2 = new String[]{"处","处","闻","啼","鸟","。"};
String[] word3 = new String[]{"夜","来","风","雨","声",};
String[] word4 = new String[]{"花","落","知","多","少","。"};
System.out.println("春眠不觉晓,") ;
System.out.println("处处闻啼鸟。");
System.out.println("夜来风雨声,");
System.out.println("花落知多少。");
System.out.println("春处夜花");
System.out.println("眠处来落");
System.out.println("不闻风知");
System.out.println("觉啼雨多");
System.out.println("晓鸟声少");
System.out.println(",。,。");
}
}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)