2017年10月27日

count_char

摘要: import java.util.Scanner;public class count_char{ public static void main(String args[]) { int count1=0,count2=0,count3=0,count4=0; ... 阅读全文

posted @ 2017-10-27 11:20 MACHINE_001 阅读(107) 评论(0) 推荐(0) 编辑

narcissus

摘要: public class narcissus{ public static void main(String args[]) { long u=0,t=0,h=0,y=0,k=0; for(long x=100; x<1000;x++) { u=x%10; ... 阅读全文

posted @ 2017-10-27 10:46 MACHINE_001 阅读(74) 评论(0) 推荐(0) 编辑

crest value &minimum

摘要: public class paixu { public static void main(String[] args) { double temp; double num[]={5.1, 7.12, 1.2, 5.21}; for(int i=... 阅读全文

posted @ 2017-10-27 10:07 MACHINE_001 阅读(77) 评论(0) 推荐(0) 编辑

factorial

摘要: import java.math.BigDecimal;public class factorial { public static void main(String[] args) { BigDecimal y= new BigDecimal(1); for(... 阅读全文

posted @ 2017-10-27 10:04 MACHINE_001 阅读(109) 评论(0) 推荐(0) 编辑

导航