結果

問題 No.304 鍵(1)
ユーザー fal_rndfal_rnd
提出日時 2018-02-12 22:32:08
言語 Java21
(openjdk 21)
結果
AC  
実行時間 446 ms / 2,000 ms
コード長 313 bytes
コンパイル時間 2,422 ms
コンパイル使用メモリ 74,844 KB
実行使用メモリ 74,520 KB
平均クエリ数 309.17
最終ジャッジ日時 2024-07-17 01:35:11
合計ジャッジ時間 4,956 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 138 ms
69,800 KB
testcase_01 AC 213 ms
71,372 KB
testcase_02 AC 446 ms
74,520 KB
testcase_03 AC 212 ms
71,160 KB
testcase_04 AC 355 ms
72,076 KB
testcase_05 AC 197 ms
70,808 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner;

class Main{
	static Scanner s=new Scanner(System.in);
	static int gInt(){return Integer.parseInt(s.next());}

	public static void main(String[]$){
		for(int i=0;i<1000;++i) {
			System.out.printf("%03d",i);
			System.out.println();
			if(!s.next().equals("locked"))
				return;
		}
	}
}
0