杨辉三角问题(源程序)
import java.io.*;
public class problemF
{
static int M=15;
public static void main(String args[]) throws Exception
{
int i,j,k,n;
int a[][]=new int[M][M];
System.out.println("输入n:");
n=Integer.parseInt(In());
if(n
来源:程序员网
| | ¥:88.00 精装礼品手提箱 |
| | 37.00 元 【兴鹏电子】索爱W800外壳W800c机壳 高品质做工 比肩原装 大图 |
0 Responses to "杨辉三角问题(源程序)"
发表评论