在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
原创 煤球数目 有一堆煤球,堆成三角棱锥形。具体: 请填表示煤球总数目的数字。
层数 1 2 3 4 5 6...... 煤球数目 1 3 6 10 15 21...... +2 +3 +4 +5 +6 public class 煤球数目 { public static void main(String args[]) { int total=1; int cent=1; int i=0; for(i=2;i<=100;i++) { cent+=i; total+=cent; } System.out.println(total); } } 23:59:24 2018-06-01 |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论