結果

問題 No.795 Restrictions!!!!!!!!!!!!!!
ユーザー キョウチクキョウチク
提出日時 2022-05-19 09:18:26
言語 Java21
(openjdk 21)
結果
AC  
実行時間 105 ms / 2,000 ms
コード長 101 bytes
コンパイル時間 8,623 ms
コンパイル使用メモリ 73,960 KB
実行使用メモリ 53,088 KB
最終ジャッジ日時 2023-10-17 17:20:08
合計ジャッジ時間 5,383 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 52 ms
53,080 KB
testcase_01 AC 52 ms
51,960 KB
testcase_02 AC 52 ms
51,980 KB
testcase_03 AC 50 ms
51,940 KB
testcase_04 AC 52 ms
53,088 KB
testcase_05 AC 52 ms
51,968 KB
testcase_06 AC 51 ms
51,960 KB
testcase_07 AC 51 ms
51,968 KB
testcase_08 AC 52 ms
51,964 KB
testcase_09 AC 52 ms
51,964 KB
testcase_10 AC 52 ms
51,960 KB
testcase_11 AC 51 ms
51,964 KB
testcase_12 AC 51 ms
53,084 KB
testcase_13 AC 51 ms
51,964 KB
testcase_14 AC 52 ms
51,964 KB
testcase_15 AC 105 ms
51,964 KB
testcase_16 AC 51 ms
53,084 KB
testcase_17 AC 52 ms
51,968 KB
testcase_18 AC 55 ms
51,972 KB
testcase_19 AC 54 ms
51,968 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

public class Test11 {
  public static void main(String[] args){
    System.out.println("Yes");
  }
}
0