結果

問題 No.57 ミリオンダイス
ユーザー nCk_cvnCk_cv
提出日時 2016-02-01 20:19:16
言語 Java21
(openjdk 21)
結果
AC  
実行時間 123 ms / 5,000 ms
コード長 207 bytes
コンパイル時間 2,664 ms
コンパイル使用メモリ 73,388 KB
実行使用メモリ 41,612 KB
最終ジャッジ日時 2024-04-26 16:47:40
合計ジャッジ時間 4,697 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 119 ms
41,228 KB
testcase_01 AC 123 ms
41,364 KB
testcase_02 AC 119 ms
41,444 KB
testcase_03 AC 119 ms
41,004 KB
testcase_04 AC 119 ms
41,020 KB
testcase_05 AC 121 ms
41,244 KB
testcase_06 AC 121 ms
41,612 KB
testcase_07 AC 118 ms
41,248 KB
testcase_08 AC 120 ms
41,328 KB
testcase_09 AC 121 ms
41,224 KB
testcase_10 AC 117 ms
41,204 KB
testcase_11 AC 106 ms
39,864 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