結果

問題 No.57 ミリオンダイス
ユーザー Tsukasa_TypeTsukasa_Type
提出日時 2018-02-16 14:36:33
言語 Java21
(openjdk 21)
結果
AC  
実行時間 130 ms / 5,000 ms
コード長 172 bytes
コンパイル時間 8,442 ms
コンパイル使用メモリ 71,564 KB
実行使用メモリ 39,860 KB
最終ジャッジ日時 2023-09-02 08:22:38
合計ジャッジ時間 7,003 ms
ジャッジサーバーID
(参考情報)
judge16 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 125 ms
39,044 KB
testcase_01 AC 129 ms
39,244 KB
testcase_02 AC 129 ms
39,704 KB
testcase_03 AC 128 ms
39,860 KB
testcase_04 AC 129 ms
39,764 KB
testcase_05 AC 128 ms
39,740 KB
testcase_06 AC 128 ms
39,136 KB
testcase_07 AC 129 ms
39,292 KB
testcase_08 AC 130 ms
39,348 KB
testcase_09 AC 129 ms
39,296 KB
testcase_10 AC 128 ms
38,612 KB
testcase_11 AC 128 ms
39,324 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

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