hiho week 196 register

Ended

Participants:153

Verdict:Accepted
Score:100 / 100
Submitted:2018-04-01 20:12:12

Lang:Java

Edit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
import java.util.Scanner;
/**
 * Created with IntelliJ IDEA.
 * Description:
 * 40%case
 * User: suxin
 * Date: 2018-04-01
 * Time: 11:07
 */
public class Main {
    private static int M;
    private static int N;
    private static Info[] infos;
    private static LInfo[][] lInfos;
    private static PictureObject[] pictureObjects;
    private static class PictureObject {
        private int w;
        private int h;
        public int getW() {
            return w;
        }
        public void setW(int w) {
            this.w = w;
        }
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX