結果

問題 No.57 ミリオンダイス
ユーザー カニ戯(ryカニ戯(ry
提出日時 2015-02-26 11:10:45
言語 Java21
(openjdk 21)
結果
AC  
実行時間 117 ms / 5,000 ms
コード長 153 bytes
コンパイル時間 2,145 ms
コンパイル使用メモリ 74,412 KB
実行使用メモリ 41,708 KB
最終ジャッジ日時 2024-11-09 00:42:34
合計ジャッジ時間 4,237 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 112 ms
41,172 KB
testcase_01 AC 112 ms
41,376 KB
testcase_02 AC 111 ms
41,232 KB
testcase_03 AC 111 ms
41,160 KB
testcase_04 AC 116 ms
41,008 KB
testcase_05 AC 104 ms
41,708 KB
testcase_06 AC 115 ms
41,148 KB
testcase_07 AC 114 ms
41,420 KB
testcase_08 AC 117 ms
40,204 KB
testcase_09 AC 115 ms
41,196 KB
testcase_10 AC 116 ms
41,396 KB
testcase_11 AC 101 ms
41,176 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