結果

問題 No.57 ミリオンダイス
ユーザー kano_townkano_town
提出日時 2014-11-22 12:39:45
言語 Java21
(openjdk 21)
結果
AC  
実行時間 133 ms / 5,000 ms
コード長 146 bytes
コンパイル時間 1,904 ms
コンパイル使用メモリ 74,584 KB
実行使用メモリ 41,680 KB
最終ジャッジ日時 2024-04-26 10:10:10
合計ジャッジ時間 4,102 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 127 ms
41,276 KB
testcase_01 AC 130 ms
41,476 KB
testcase_02 AC 131 ms
41,400 KB
testcase_03 AC 133 ms
41,364 KB
testcase_04 AC 124 ms
41,332 KB
testcase_05 AC 125 ms
41,492 KB
testcase_06 AC 126 ms
41,680 KB
testcase_07 AC 124 ms
41,220 KB
testcase_08 AC 124 ms
41,252 KB
testcase_09 AC 126 ms
41,280 KB
testcase_10 AC 126 ms
41,464 KB
testcase_11 AC 121 ms
41,568 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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