hihoCoder太阁最新面经算法竞赛1 register

Ended

Participants:151

Verdict:Wrong Answer
Score:0 / 100
Submitted:2016-05-22 19:47:16

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
import java.util.Scanner;
public class Main {
    public static void main(String[] args) {
        Scanner in = new Scanner(System.in);
        int count = in.nextInt();
        while (count-- > 0) {
            int w = in.nextInt();
            int h = in.nextInt();
            int n = in.nextInt();
            int[][] array = new int[n][3];
            for (int i = 0i < n++i) {
                array[i][0= in.nextInt();
                array[i][1= in.nextInt();
                array[i][2= in.nextInt();
            }
            System.out.println("NO");
        }
        in.close();
    }
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX