結果

問題 No.57 ミリオンダイス
ユーザー kano_townkano_town
提出日時 2014-11-22 12:36:23
言語 Java21
(openjdk 21)
結果
AC  
実行時間 159 ms / 5,000 ms
コード長 194 bytes
コンパイル時間 3,110 ms
コンパイル使用メモリ 76,544 KB
実行使用メモリ 54,408 KB
最終ジャッジ日時 2024-04-26 10:09:53
合計ジャッジ時間 5,909 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 159 ms
54,260 KB
testcase_01 AC 148 ms
54,112 KB
testcase_02 AC 144 ms
54,196 KB
testcase_03 AC 145 ms
54,408 KB
testcase_04 AC 148 ms
54,128 KB
testcase_05 AC 141 ms
54,200 KB
testcase_06 AC 141 ms
54,160 KB
testcase_07 AC 147 ms
54,144 KB
testcase_08 AC 143 ms
53,892 KB
testcase_09 AC 146 ms
54,156 KB
testcase_10 AC 146 ms
54,352 KB
testcase_11 AC 142 ms
54,264 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner;

public class Yukicoder57 {

	public static void main(String[] args) {
		Scanner sc = new Scanner(System.in);
		System.out.println(sc.nextDouble()* 3.5);
	}
}
0