返回列表 發帖
  1. package text369;
  2. public class text45 {
  3.         static void maroon(int n)
  4.         {
  5.                 for(int i=1;i<=n;i++)
  6.                         System.out.println("sghs");
  7.         }
  8.         static int io(int x,int y,int z)
  9.         {
  10.                 return x+y+z;
  11.         }
  12.         public static void main(String[] args) {

  13.                 maroon(5);
  14.                 System.out.print(io(1,2,3));
  15.                
  16.         }

  17. }
複製代碼
張閎鈞OuO

TOP

返回列表