結果

問題 No.57 ミリオンダイス
ユーザー kano_townkano_town
提出日時 2014-11-22 12:38:30
言語 Java21
(openjdk 21)
結果
AC  
実行時間 135 ms / 5,000 ms
コード長 153 bytes
コンパイル時間 3,067 ms
コンパイル使用メモリ 75,708 KB
実行使用メモリ 54,308 KB
最終ジャッジ日時 2024-04-26 10:10:00
合計ジャッジ時間 5,372 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 132 ms
54,108 KB
testcase_01 AC 130 ms
54,072 KB
testcase_02 AC 131 ms
54,032 KB
testcase_03 AC 131 ms
54,244 KB
testcase_04 AC 129 ms
54,040 KB
testcase_05 AC 131 ms
54,308 KB
testcase_06 AC 130 ms
54,052 KB
testcase_07 AC 134 ms
53,960 KB
testcase_08 AC 131 ms
54,176 KB
testcase_09 AC 130 ms
54,104 KB
testcase_10 AC 134 ms
54,152 KB
testcase_11 AC 135 ms
54,152 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner;
public class Yukicoder57 {public static void main(String[] args) {System.out.println(new Scanner(System.in).nextInt()* 3.5);}}
0