結果

問題 No.513 宝探し2
ユーザー takeya_okinotakeya_okino
提出日時 2019-08-05 22:13:44
言語 Java21
(openjdk 21)
結果
RE  
実行時間 -
コード長 438 bytes
コンパイル時間 1,996 ms
コンパイル使用メモリ 76,092 KB
実行使用メモリ 70,452 KB
平均クエリ数 2.92
最終ジャッジ日時 2024-07-16 17:52:31
合計ジャッジ時間 4,982 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 158 ms
58,840 KB
testcase_01 AC 157 ms
59,708 KB
testcase_02 AC 163 ms
58,756 KB
testcase_03 AC 164 ms
59,204 KB
testcase_04 AC 165 ms
58,856 KB
testcase_05 AC 155 ms
58,452 KB
testcase_06 AC 169 ms
58,812 KB
testcase_07 AC 175 ms
58,644 KB
testcase_08 RE -
testcase_09 AC 158 ms
58,564 KB
testcase_10 AC 155 ms
58,476 KB
testcase_11 AC 156 ms
58,784 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();
    int ret1 = sc.nextInt();
    System.out.println(0 + " " + 100000);
    System.out.flush();
    int ret2 = sc.nextInt();
    int x = (ret1 + ret2 - 100000) / 2;
    int y = ret1 - x;
    System.out.println(x + " " + y);
    System.out.flush();
  }
}
0