結果

問題 No.57 ミリオンダイス
ユーザー fukuseifukusei
提出日時 2017-05-20 23:13:25
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 187 bytes
コンパイル時間 3,383 ms
コンパイル使用メモリ 74,724 KB
実行使用メモリ 57,724 KB
最終ジャッジ日時 2023-10-19 04:16:26
合計ジャッジ時間 5,880 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 133 ms
57,560 KB
testcase_01 WA -
testcase_02 AC 131 ms
57,504 KB
testcase_03 AC 134 ms
57,572 KB
testcase_04 AC 132 ms
57,496 KB
testcase_05 AC 132 ms
57,536 KB
testcase_06 AC 133 ms
57,520 KB
testcase_07 AC 133 ms
57,724 KB
testcase_08 AC 122 ms
56,280 KB
testcase_09 AC 133 ms
57,552 KB
testcase_10 AC 131 ms
57,544 KB
testcase_11 AC 131 ms
57,596 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*; 

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