結果

問題 No.2819 Binary Binary-Operator
ユーザー viral8viral8
提出日時 2024-06-10 21:26:04
言語 Java21
(openjdk 21)
結果
AC  
実行時間 162 ms / 2,000 ms
コード長 278 bytes
コンパイル時間 2,962 ms
コンパイル使用メモリ 74,780 KB
実行使用メモリ 57,900 KB
平均クエリ数 3.00
最終ジャッジ日時 2024-07-26 15:45:51
合計ジャッジ時間 15,845 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 150 ms
56,720 KB
testcase_01 AC 147 ms
56,928 KB
testcase_02 AC 149 ms
57,404 KB
testcase_03 AC 149 ms
57,348 KB
testcase_04 AC 160 ms
57,664 KB
testcase_05 AC 146 ms
57,128 KB
testcase_06 AC 159 ms
57,260 KB
testcase_07 AC 162 ms
57,388 KB
testcase_08 AC 155 ms
57,064 KB
testcase_09 AC 155 ms
57,580 KB
testcase_10 AC 160 ms
57,524 KB
testcase_11 AC 148 ms
57,144 KB
testcase_12 AC 146 ms
56,452 KB
testcase_13 AC 147 ms
56,920 KB
testcase_14 AC 156 ms
57,536 KB
testcase_15 AC 159 ms
57,876 KB
testcase_16 AC 160 ms
57,812 KB
testcase_17 AC 159 ms
57,172 KB
testcase_18 AC 144 ms
57,076 KB
testcase_19 AC 142 ms
57,356 KB
testcase_20 AC 156 ms
57,488 KB
testcase_21 AC 142 ms
57,068 KB
testcase_22 AC 153 ms
57,520 KB
testcase_23 AC 141 ms
57,272 KB
testcase_24 AC 147 ms
56,692 KB
testcase_25 AC 144 ms
56,504 KB
testcase_26 AC 142 ms
57,272 KB
testcase_27 AC 154 ms
57,744 KB
testcase_28 AC 149 ms
56,500 KB
testcase_29 AC 141 ms
57,572 KB
testcase_30 AC 152 ms
57,452 KB
testcase_31 AC 141 ms
56,848 KB
testcase_32 AC 152 ms
57,712 KB
testcase_33 AC 151 ms
57,536 KB
testcase_34 AC 152 ms
57,324 KB
testcase_35 AC 158 ms
57,852 KB
testcase_36 AC 148 ms
57,620 KB
testcase_37 AC 146 ms
57,140 KB
testcase_38 AC 146 ms
56,504 KB
testcase_39 AC 147 ms
56,848 KB
testcase_40 AC 146 ms
57,260 KB
testcase_41 AC 147 ms
57,092 KB
testcase_42 AC 147 ms
57,116 KB
testcase_43 AC 146 ms
56,892 KB
testcase_44 AC 142 ms
57,060 KB
testcase_45 AC 156 ms
57,604 KB
testcase_46 AC 142 ms
56,956 KB
testcase_47 AC 146 ms
57,028 KB
testcase_48 AC 153 ms
57,508 KB
testcase_49 AC 146 ms
56,584 KB
testcase_50 AC 145 ms
56,876 KB
testcase_51 AC 160 ms
57,472 KB
testcase_52 AC 159 ms
57,616 KB
testcase_53 AC 156 ms
57,820 KB
testcase_54 AC 158 ms
57,400 KB
testcase_55 AC 159 ms
57,476 KB
testcase_56 AC 158 ms
57,828 KB
testcase_57 AC 146 ms
56,960 KB
testcase_58 AC 142 ms
56,900 KB
testcase_59 AC 156 ms
57,900 KB
testcase_60 AC 146 ms
56,964 KB
testcase_61 AC 145 ms
56,692 KB
testcase_62 AC 145 ms
57,132 KB
testcase_63 AC 143 ms
56,888 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner;
class Main{
	public static void main(String[] args){
		Scanner sc = new Scanner(System.in);
		int L = sc.nextInt();
		int R = sc.nextInt();
		System.out.println(4);
		System.out.printf("%d %d %d %d\n",L,R,R,R);
		System.out.println(sc.nextInt());
	}
}
0