摘要: import java.util.Scanner; public class hello { public static void main(String[] args) { System.out.println("hello world"); Scanner in = new Scanner(System.in); System.ou... 阅读全文
posted @ 2018-11-08 22:48 black_hole6 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 本人弱校小白一枚,希望可以在博客园和大佬们分享心得,和大佬有机会多多交流,交流QQ656484427 阅读全文
posted @ 2018-11-08 22:07 black_hole6 阅读(220) 评论(0) 推荐(0) 编辑
摘要: A sequence of N positive integers (10 < N < 100 000), each of them less than or equal 10000, and a positive integer S (S < 100 000 000) are given. Wri 阅读全文
posted @ 2018-11-08 21:48 black_hole6 阅读(211) 评论(0) 推荐(0) 编辑