結果

問題 No.5004 Room Assignment
ユーザー watarimaycry2watarimaycry2
提出日時 2021-12-01 00:55:09
言語 Java21
(openjdk 21)
結果
AC  
実行時間 623 ms / 5,000 ms
コード長 1,319 bytes
コンパイル時間 3,383 ms
実行使用メモリ 64,100 KB
スコア 647,361
平均クエリ数 7650.00
最終ジャッジ日時 2021-12-01 00:56:23
合計ジャッジ時間 70,285 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 570 ms
59,152 KB
testcase_01 AC 583 ms
60,468 KB
testcase_02 AC 574 ms
59,084 KB
testcase_03 AC 588 ms
59,600 KB
testcase_04 AC 591 ms
59,628 KB
testcase_05 AC 593 ms
59,824 KB
testcase_06 AC 579 ms
61,676 KB
testcase_07 AC 584 ms
59,608 KB
testcase_08 AC 588 ms
59,132 KB
testcase_09 AC 583 ms
59,344 KB
testcase_10 AC 575 ms
58,800 KB
testcase_11 AC 579 ms
59,576 KB
testcase_12 AC 596 ms
58,992 KB
testcase_13 AC 566 ms
59,104 KB
testcase_14 AC 610 ms
59,424 KB
testcase_15 AC 575 ms
59,276 KB
testcase_16 AC 583 ms
58,968 KB
testcase_17 AC 587 ms
59,584 KB
testcase_18 AC 593 ms
59,528 KB
testcase_19 AC 576 ms
59,232 KB
testcase_20 AC 573 ms
59,460 KB
testcase_21 AC 594 ms
58,952 KB
testcase_22 AC 593 ms
59,952 KB
testcase_23 AC 580 ms
59,112 KB
testcase_24 AC 591 ms
59,900 KB
testcase_25 AC 574 ms
64,100 KB
testcase_26 AC 601 ms
59,236 KB
testcase_27 AC 588 ms
59,208 KB
testcase_28 AC 567 ms
59,552 KB
testcase_29 AC 600 ms
59,544 KB
testcase_30 AC 579 ms
59,408 KB
testcase_31 AC 586 ms
60,220 KB
testcase_32 AC 586 ms
59,792 KB
testcase_33 AC 572 ms
58,908 KB
testcase_34 AC 575 ms
59,464 KB
testcase_35 AC 568 ms
58,988 KB
testcase_36 AC 580 ms
60,400 KB
testcase_37 AC 582 ms
59,340 KB
testcase_38 AC 568 ms
59,476 KB
testcase_39 AC 612 ms
59,112 KB
testcase_40 AC 592 ms
59,260 KB
testcase_41 AC 610 ms
59,048 KB
testcase_42 AC 558 ms
59,876 KB
testcase_43 AC 598 ms
58,764 KB
testcase_44 AC 576 ms
59,564 KB
testcase_45 AC 598 ms
60,356 KB
testcase_46 AC 578 ms
59,828 KB
testcase_47 AC 568 ms
59,428 KB
testcase_48 AC 609 ms
59,204 KB
testcase_49 AC 582 ms
59,400 KB
testcase_50 AC 595 ms
59,112 KB
testcase_51 AC 579 ms
58,952 KB
testcase_52 AC 568 ms
59,092 KB
testcase_53 AC 601 ms
59,396 KB
testcase_54 AC 574 ms
58,728 KB
testcase_55 AC 613 ms
58,804 KB
testcase_56 AC 578 ms
59,456 KB
testcase_57 AC 596 ms
59,284 KB
testcase_58 AC 588 ms
59,552 KB
testcase_59 AC 589 ms
59,136 KB
testcase_60 AC 623 ms
59,480 KB
testcase_61 AC 585 ms
59,080 KB
testcase_62 AC 603 ms
59,936 KB
testcase_63 AC 580 ms
59,988 KB
testcase_64 AC 592 ms
59,216 KB
testcase_65 AC 621 ms
59,352 KB
testcase_66 AC 573 ms
59,008 KB
testcase_67 AC 591 ms
59,152 KB
testcase_68 AC 587 ms
59,000 KB
testcase_69 AC 578 ms
59,224 KB
testcase_70 AC 611 ms
59,316 KB
testcase_71 AC 586 ms
59,760 KB
testcase_72 AC 591 ms
59,400 KB
testcase_73 AC 583 ms
58,960 KB
testcase_74 AC 591 ms
59,056 KB
testcase_75 AC 608 ms
59,356 KB
testcase_76 AC 604 ms
59,108 KB
testcase_77 AC 584 ms
59,024 KB
testcase_78 AC 573 ms
59,088 KB
testcase_79 AC 592 ms
59,580 KB
testcase_80 AC 602 ms
58,836 KB
testcase_81 AC 581 ms
59,424 KB
testcase_82 AC 594 ms
59,244 KB
testcase_83 AC 574 ms
60,204 KB
testcase_84 AC 600 ms
59,052 KB
testcase_85 AC 569 ms
58,896 KB
testcase_86 AC 570 ms
63,188 KB
testcase_87 AC 585 ms
59,336 KB
testcase_88 AC 583 ms
59,104 KB
testcase_89 AC 579 ms
59,028 KB
testcase_90 AC 568 ms
59,016 KB
testcase_91 AC 579 ms
59,540 KB
testcase_92 AC 590 ms
59,680 KB
testcase_93 AC 572 ms
59,216 KB
testcase_94 AC 584 ms
59,464 KB
testcase_95 AC 571 ms
59,220 KB
testcase_96 AC 567 ms
59,344 KB
testcase_97 AC 606 ms
59,168 KB
testcase_98 AC 575 ms
59,432 KB
testcase_99 AC 578 ms
59,184 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;
public class Main{
    public static void main(String arg[]){
        Scanner sc = new Scanner(System.in);
        int T = sc.nextInt();
        int R = sc.nextInt();
        int N = 5400;
        Node[] list = new Node[N];
        int user = 1;
        for(int i = 0; i < T; i++){
            int G = sc.nextInt();
            while(G > 0){
                int v = sc.nextInt();
                list[user - 1] = new Node(user, v);
                G--;
                user++;
            }
            if(i < T - 1){
            	System.out.println("0");
            	System.out.flush();
            }
        }
        Arrays.sort(list);
        ArrayList<String> output = new ArrayList<>();
        for(int i = 0; i < N / 4; i++){
        	output.add(list[i * 4].no + " " + list[i * 4 + 1].no);
        	output.add(list[i * 4 + 1].no + " " + list[i * 4 + 2].no);
        	output.add(list[i * 4 + 2].no + " " + list[i * 4 + 3].no);
        }
        System.out.println(output.size());
        for(int i = 0; i < output.size(); i++){
        	System.out.println(output.get(i));
        }
        System.out.flush();
    }
}
class Node implements Comparable<Node>{
	int no;
	int V;
	Node(int no, int V){
		this.no = no;
		this.V = V;
	}
	public int compareTo(Node ato){
		return this.V - ato.V;
	}
}
0