返回列表 發帖
  1. import java.io.Console;
  2. public class ch093
  3. {
  4.     public static void main(String args[])
  5.     {
  6.        int jeb=0;
  7.        for(int i=11;i<=111;i++)
  8.        {

  9.        jeb=jeb+i*7;

  10.        }

  11.         System.out.println(jeb);
  12.     }

  13. }
複製代碼

TOP

返回列表