結果

問題 No.57 ミリオンダイス
ユーザー カニ戯(ryカニ戯(ry
提出日時 2015-02-26 11:10:45
言語 Java21
(openjdk 21)
結果
AC  
実行時間 131 ms / 5,000 ms
コード長 153 bytes
コンパイル時間 1,991 ms
コンパイル使用メモリ 74,196 KB
実行使用メモリ 41,296 KB
最終ジャッジ日時 2024-04-26 10:12:51
合計ジャッジ時間 3,962 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 116 ms
39,760 KB
testcase_01 AC 131 ms
41,052 KB
testcase_02 AC 114 ms
40,480 KB
testcase_03 AC 118 ms
41,248 KB
testcase_04 AC 120 ms
41,160 KB
testcase_05 AC 119 ms
41,296 KB
testcase_06 AC 108 ms
40,296 KB
testcase_07 AC 116 ms
41,052 KB
testcase_08 AC 111 ms
40,364 KB
testcase_09 AC 119 ms
40,648 KB
testcase_10 AC 118 ms
41,036 KB
testcase_11 AC 116 ms
41,140 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner;


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