結果

問題 No.795 Restrictions!!!!!!!!!!!!!!
ユーザー fog_878fog_878
提出日時 2019-03-15 23:34:26
言語 Java21
(openjdk 21)
結果
AC  
実行時間 199 ms / 2,000 ms
コード長 202 bytes
コンパイル時間 2,903 ms
コンパイル使用メモリ 73,764 KB
実行使用メモリ 42,236 KB
最終ジャッジ日時 2024-07-01 22:05:46
合計ジャッジ時間 7,612 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 187 ms
41,232 KB
testcase_01 AC 190 ms
41,916 KB
testcase_02 AC 188 ms
41,872 KB
testcase_03 AC 185 ms
41,368 KB
testcase_04 AC 188 ms
41,644 KB
testcase_05 AC 190 ms
41,936 KB
testcase_06 AC 186 ms
41,448 KB
testcase_07 AC 192 ms
41,496 KB
testcase_08 AC 188 ms
41,900 KB
testcase_09 AC 187 ms
41,908 KB
testcase_10 AC 190 ms
41,900 KB
testcase_11 AC 191 ms
41,340 KB
testcase_12 AC 199 ms
42,236 KB
testcase_13 AC 188 ms
41,684 KB
testcase_14 AC 185 ms
41,748 KB
testcase_15 AC 188 ms
41,816 KB
testcase_16 AC 185 ms
41,816 KB
testcase_17 AC 192 ms
41,832 KB
testcase_18 AC 185 ms
41,956 KB
testcase_19 AC 183 ms
41,916 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner;
public class Main {
	public static void main(String[] args) {
		Scanner sc = new Scanner(System.in);
        sc.next();sc.next();sc.close();
		System.out.println("Yes");
	}
}

0