結果

問題 No.795 Restrictions!!!!!!!!!!!!!!
ユーザー fog_878fog_878
提出日時 2019-03-15 23:34:26
言語 Java21
(openjdk 21)
結果
AC  
実行時間 187 ms / 2,000 ms
コード長 202 bytes
コンパイル時間 4,267 ms
コンパイル使用メモリ 71,172 KB
実行使用メモリ 56,712 KB
最終ジャッジ日時 2023-09-14 14:47:30
合計ジャッジ時間 8,993 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 165 ms
39,916 KB
testcase_01 AC 163 ms
39,940 KB
testcase_02 AC 168 ms
39,712 KB
testcase_03 AC 161 ms
39,608 KB
testcase_04 AC 167 ms
39,844 KB
testcase_05 AC 166 ms
39,736 KB
testcase_06 AC 172 ms
39,928 KB
testcase_07 AC 187 ms
56,712 KB
testcase_08 AC 170 ms
39,520 KB
testcase_09 AC 164 ms
40,108 KB
testcase_10 AC 164 ms
39,620 KB
testcase_11 AC 166 ms
39,752 KB
testcase_12 AC 163 ms
39,980 KB
testcase_13 AC 168 ms
39,848 KB
testcase_14 AC 163 ms
39,708 KB
testcase_15 AC 165 ms
40,056 KB
testcase_16 AC 163 ms
39,892 KB
testcase_17 AC 166 ms
40,296 KB
testcase_18 AC 170 ms
39,952 KB
testcase_19 AC 172 ms
40,228 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