結果

問題 No.57 ミリオンダイス
ユーザー nCk_cvnCk_cv
提出日時 2016-02-01 20:19:16
言語 Java21
(openjdk 21)
結果
AC  
実行時間 127 ms / 5,000 ms
コード長 207 bytes
コンパイル時間 3,072 ms
コンパイル使用メモリ 72,568 KB
実行使用メモリ 56,096 KB
最終ジャッジ日時 2023-08-09 00:51:04
合計ジャッジ時間 5,638 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 121 ms
55,668 KB
testcase_01 AC 122 ms
55,832 KB
testcase_02 AC 125 ms
55,300 KB
testcase_03 AC 118 ms
53,396 KB
testcase_04 AC 118 ms
55,560 KB
testcase_05 AC 120 ms
55,508 KB
testcase_06 AC 120 ms
55,596 KB
testcase_07 AC 119 ms
56,096 KB
testcase_08 AC 120 ms
55,780 KB
testcase_09 AC 122 ms
55,804 KB
testcase_10 AC 127 ms
55,940 KB
testcase_11 AC 117 ms
55,632 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