欢迎来到PJCK的博客

随笔分类 -  JAVA----基础知识整理

基础知识整理。。。
摘要:(置顶,复习)A + B Again 链接:http://acm.hdu.edu.cn/showproblem.php?pid=2057 Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)T 阅读全文
posted @ 2018-09-19 14:01 PJCK 阅读(264) 评论(0) 推荐(0)
摘要:平方和与立方和 链接:http://acm.hdu.edu.cn/showproblem.php?pid=2007 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submis 阅读全文
posted @ 2018-09-18 22:15 PJCK 阅读(311) 评论(0) 推荐(0)
摘要:The Hardest Problem Ever 链接:http://acm.hdu.edu.cn/showproblem.php?pid=1048 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Ot 阅读全文
posted @ 2018-09-17 12:06 PJCK 阅读(208) 评论(0) 推荐(0)
摘要:统计字符(很水) 链接:http://acm.hdu.edu.cn/showproblem.php?pid=1860 Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submi 阅读全文
posted @ 2018-09-16 16:25 PJCK 阅读(191) 评论(0) 推荐(0)
摘要:Encoding 链接:http://acm.hdu.edu.cn/showproblem.php?pid=1020 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submi 阅读全文
posted @ 2018-09-16 14:49 PJCK 阅读(158) 评论(0) 推荐(0)
摘要:Ignatius and the Princess IV 链接:http://acm.hdu.edu.cn/showproblem.php?pid=1029 借鉴链接:https://blog.csdn.net/tigerisland45/article/details/52146154 Time 阅读全文
posted @ 2018-09-16 10:22 PJCK 阅读(116) 评论(0) 推荐(0)
摘要:一只小蜜蜂... 链接:http://acm.hdu.edu.cn/showproblem.php?pid=2044 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submi 阅读全文
posted @ 2018-09-15 17:34 PJCK 阅读(339) 评论(0) 推荐(0)
摘要:Probability 链接:http://acm.hdu.edu.cn/showproblem.php?pid=2131 Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Su 阅读全文
posted @ 2018-09-14 18:21 PJCK 阅读(119) 评论(0) 推荐(0)
摘要:Palindromes 链接:http://acm.hdu.edu.cn/showproblem.php?pid=2163 (此题是为了对于JAVA温故知新的) Problem Description Write a program to determine whether a word is a 阅读全文
posted @ 2018-09-12 21:54 PJCK 阅读(103) 评论(0) 推荐(0)
摘要:汉字统计 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 53302 Accepted Submission(s): 28875 Problem 阅读全文
posted @ 2018-06-11 09:08 PJCK 阅读(215) 评论(0) 推荐(0)
摘要:precise math function Time Limit : 3000/1000ms (Java/Other) Memory Limit : 65535/32768K (Java/Other) Total Submission(s) : 2 Accepted Submission(s) : 阅读全文
posted @ 2018-06-11 09:06 PJCK 阅读(226) 评论(0) 推荐(0)
摘要:import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner in =new Scanner (System.in); int n = in.nextInt(); in.nextLine(); ... 阅读全文
posted @ 2018-06-11 08:53 PJCK 阅读(764) 评论(0) 推荐(0)
摘要:import java.util.Arrays; import java.util.Collections; import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner in =new Scanner (System.in); ... 阅读全文
posted @ 2018-06-11 08:52 PJCK 阅读(287) 评论(0) 推荐(0)
摘要:{A} + {B} 链接:http://acm.hdu.edu.cn/showproblem.php?pid=1412 Problem Description 给你两个集合,要求{A} + {B}. 注:同一个集合中不会有两个相同的元素. Input 每组输入数据分为三行,第一行有两个数字n,m(0 阅读全文
posted @ 2018-02-20 19:49 PJCK 阅读(131) 评论(0) 推荐(0)