結果

問題 No.57 ミリオンダイス
ユーザー Tsukasa_TypeTsukasa_Type
提出日時 2018-02-16 14:36:33
言語 Java21
(openjdk 21)
結果
AC  
実行時間 134 ms / 5,000 ms
コード長 172 bytes
コンパイル時間 2,609 ms
コンパイル使用メモリ 74,024 KB
実行使用メモリ 41,416 KB
最終ジャッジ日時 2024-06-11 15:17:59
合計ジャッジ時間 4,891 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 132 ms
40,984 KB
testcase_01 AC 130 ms
41,020 KB
testcase_02 AC 117 ms
40,280 KB
testcase_03 AC 119 ms
40,192 KB
testcase_04 AC 130 ms
40,944 KB
testcase_05 AC 134 ms
41,416 KB
testcase_06 AC 116 ms
40,160 KB
testcase_07 AC 115 ms
40,164 KB
testcase_08 AC 118 ms
39,856 KB
testcase_09 AC 115 ms
40,152 KB
testcase_10 AC 130 ms
41,252 KB
testcase_11 AC 130 ms
41,368 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

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