結果

問題 No.903 太郎の確率
ユーザー fal_rndfal_rnd
提出日時 2019-11-22 00:12:27
言語 Java21
(openjdk 21)
結果
AC  
実行時間 117 ms / 2,000 ms
コード長 152 bytes
コンパイル時間 2,470 ms
コンパイル使用メモリ 73,980 KB
実行使用メモリ 41,652 KB
最終ジャッジ日時 2024-04-19 10:06:34
合計ジャッジ時間 4,744 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 112 ms
41,652 KB
testcase_01 AC 100 ms
41,512 KB
testcase_02 AC 110 ms
41,524 KB
testcase_03 AC 107 ms
41,424 KB
testcase_04 AC 104 ms
41,296 KB
testcase_05 AC 103 ms
41,292 KB
testcase_06 AC 113 ms
41,136 KB
testcase_07 AC 117 ms
41,172 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

class Main{
	public static void main(String[] $) {
		Scanner s=new Scanner(System.in);
		System.out.println(1.0/s.nextInt());
	}
}
0