求n的階乘(for循環版)

package hello; import java.util.Scanner; public class Hello { public static void main(String[] args) { Scanner in = new Scanner(System.in); int n; n=in.nextInt();
相關文章
相關標籤/搜索