結果

問題 No.514 宝探し3
ユーザー takeya_okinotakeya_okino
提出日時 2019-08-31 02:13:47
言語 Java21
(openjdk 21)
結果
AC  
実行時間 183 ms / 2,000 ms
コード長 495 bytes
コンパイル時間 2,743 ms
コンパイル使用メモリ 77,064 KB
実行使用メモリ 72,024 KB
平均クエリ数 2.67
最終ジャッジ日時 2024-07-16 18:06:55
合計ジャッジ時間 5,378 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 168 ms
71,576 KB
testcase_01 AC 169 ms
71,652 KB
testcase_02 AC 163 ms
71,552 KB
testcase_03 AC 178 ms
71,852 KB
testcase_04 AC 169 ms
71,852 KB
testcase_05 AC 151 ms
70,252 KB
testcase_06 AC 183 ms
71,988 KB
testcase_07 AC 169 ms
72,024 KB
testcase_08 AC 141 ms
69,740 KB
testcase_09 AC 164 ms
70,780 KB
testcase_10 AC 183 ms
71,956 KB
testcase_11 AC 178 ms
71,924 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

public class Main {
  public static void main(String[] args) {
    Scanner sc = new Scanner(System.in);
    System.out.println(0 + " " + 0);
    System.out.flush();
    long R = sc.nextLong();
    if(R == 0) System.exit(0);
    System.out.println(R + " " + 0);
    System.out.flush();
    long a = sc.nextLong();
    if(a == 0) System.exit(0);
    System.out.println((R - a / 2) + " " + (a / 2));
    System.out.flush();
    long b = sc.nextLong();
    System.exit(0);
  }
}
0