
HDU
文章平均质量分 74
Hu_Jessie
每天进步一点点,加油呀!
展开
-
HDU 1015
暴力解决import java.util.ArrayList;import java.util.HashMap;import java.util.List;import java.util.Map;import java.util.Scanner;import javax.print.DocFlavor.CHAR_ARRAY;public class Safecracker { pu原创 2016-07-31 21:02:02 · 281 阅读 · 0 评论 -
HDU 1048
javaimport java.util.ArrayList;import java.util.List;import java.util.Scanner;/*1048 * ABCDEFGHIJKLMNOPQRSTUVWXYZ * VWXYZABCDEFGHIJKLMNOPQRSTU * 主要是格式问题 * */public class Cipher { public stati原创 2016-07-31 21:03:42 · 235 阅读 · 0 评论 -
HDU1040
Sample Input 2 3 2 1 3 9 1 4 7 2 5 8 3 6 9`Sample Output 1 2 3 1 2 3 4 5 6 7 8 9“import java.util.ArrayList; import java.util.List; import java.util.Scanner;public class Main { public stati原创 2016-07-31 21:06:16 · 214 阅读 · 0 评论 -
HDU1096
主要是格式问题import java.util.Scanner;public class Main{ public static void main(String[] args) { Scanner input = new Scanner(System.in); int sum = 0; int m = input.nextInt();原创 2016-07-31 21:14:16 · 205 阅读 · 0 评论 -
FatMouse' Trade
Problem Description FatMouse prepared M pounds of cat food, ready to trade with the cats guarding the warehouse containing his favorite food, JavaBean. The warehouse has N rooms. The i-th room contai原创 2017-08-01 19:21:36 · 199 阅读 · 0 评论 -
HDU1002
I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B.Input The first line of the input contains an integer T(1<=T<=20) which means the number of原创 2017-08-01 20:21:46 · 241 阅读 · 0 评论 -
HDU1005
package com.hdu;import java.util.Scanner;/** * Created by jiajia on 2017/8/2/002 *///hdu1005public class NumberSequence { public static void main(String[] args) { Scanner input = new Sc原创 2017-08-02 12:02:07 · 253 阅读 · 0 评论