結果

問題 No.57 ミリオンダイス
ユーザー nCk_cvnCk_cv
提出日時 2016-02-01 20:19:16
言語 Java21
(openjdk 21)
結果
AC  
実行時間 133 ms / 5,000 ms
コード長 207 bytes
コンパイル時間 2,336 ms
コンパイル使用メモリ 74,524 KB
実行使用メモリ 54,288 KB
最終ジャッジ日時 2024-11-14 06:06:28
合計ジャッジ時間 4,790 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 127 ms
54,172 KB
testcase_01 AC 126 ms
53,808 KB
testcase_02 AC 127 ms
54,172 KB
testcase_03 AC 127 ms
54,264 KB
testcase_04 AC 127 ms
54,152 KB
testcase_05 AC 127 ms
54,148 KB
testcase_06 AC 128 ms
54,052 KB
testcase_07 AC 133 ms
54,208 KB
testcase_08 AC 131 ms
54,272 KB
testcase_09 AC 116 ms
52,976 KB
testcase_10 AC 131 ms
54,288 KB
testcase_11 AC 133 ms
54,264 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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