結果

問題 No.552 十分簡単な星1の問題
ユーザー yamax3232yamax3232
提出日時 2017-08-15 22:25:49
言語 Java19
(openjdk 21)
結果
WA  
実行時間 -
コード長 253 bytes
コンパイル時間 2,405 ms
コンパイル使用メモリ 72,372 KB
実行使用メモリ 57,440 KB
最終ジャッジ日時 2023-08-03 14:12:59
合計ジャッジ時間 9,476 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 120 ms
56,068 KB
testcase_01 AC 117 ms
55,908 KB
testcase_02 AC 117 ms
55,940 KB
testcase_03 AC 120 ms
55,928 KB
testcase_04 AC 121 ms
55,640 KB
testcase_05 AC 118 ms
55,820 KB
testcase_06 AC 118 ms
56,000 KB
testcase_07 AC 119 ms
55,764 KB
testcase_08 AC 119 ms
53,416 KB
testcase_09 AC 119 ms
55,792 KB
testcase_10 AC 119 ms
57,440 KB
testcase_11 AC 121 ms
55,828 KB
testcase_12 AC 119 ms
55,892 KB
testcase_13 AC 119 ms
56,020 KB
testcase_14 AC 120 ms
55,432 KB
testcase_15 AC 119 ms
55,636 KB
testcase_16 AC 117 ms
55,748 KB
testcase_17 AC 119 ms
55,956 KB
testcase_18 AC 122 ms
55,808 KB
testcase_19 AC 118 ms
55,812 KB
testcase_20 AC 120 ms
55,592 KB
testcase_21 AC 120 ms
55,960 KB
testcase_22 AC 121 ms
55,776 KB
testcase_23 AC 124 ms
55,748 KB
testcase_24 AC 121 ms
55,956 KB
testcase_25 AC 121 ms
55,796 KB
testcase_26 AC 121 ms
55,792 KB
testcase_27 WA -
testcase_28 WA -
testcase_29 RE -
testcase_30 AC 124 ms
53,964 KB
testcase_31 AC 122 ms
55,844 KB
testcase_32 AC 120 ms
55,592 KB
testcase_33 AC 120 ms
55,624 KB
testcase_34 AC 120 ms
55,796 KB
testcase_35 AC 120 ms
53,752 KB
testcase_36 AC 118 ms
55,692 KB
testcase_37 AC 117 ms
55,916 KB
testcase_38 AC 117 ms
55,708 KB
testcase_39 AC 119 ms
55,708 KB
testcase_40 AC 119 ms
55,820 KB
testcase_41 AC 119 ms
55,704 KB
testcase_42 AC 118 ms
55,840 KB
testcase_43 AC 119 ms
55,696 KB
testcase_44 AC 116 ms
55,856 KB
testcase_45 AC 118 ms
55,736 KB
testcase_46 AC 119 ms
55,880 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner;

public class Main{

	public static void main(String[] args) {
		// TODO 自動生成されたメソッド・スタブ
		Scanner kb=new Scanner(System.in);
		Long a=kb.nextLong();
		System.out.println(a*10);
		kb.close();
	}

}
0