2013年3月7日

摘要: import java.util.*;class dujiarun { public static void main(String []args){ Scanner reader = new Scanner(System.in); int s=1; while(reader.hasNextInt()){ int x=reader.nextInt(); s=s*x; System.out.println(s); } } } 阅读全文
posted @ 2013-03-07 23:22 杜佳润 阅读(82) 评论(0) 推荐(0)

导航