結果

問題 No.795 Restrictions!!!!!!!!!!!!!!
ユーザー ceni1055ceni1055
提出日時 2019-03-15 22:21:25
言語 Java
(openjdk 23)
結果
AC  
実行時間 52 ms / 2,000 ms
コード長 115 bytes
コンパイル時間 2,905 ms
コンパイル使用メモリ 73,012 KB
実行使用メモリ 36,624 KB
最終ジャッジ日時 2024-07-01 21:08:29
合計ジャッジ時間 4,140 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 51 ms
36,284 KB
testcase_01 AC 52 ms
36,500 KB
testcase_02 AC 51 ms
36,260 KB
testcase_03 AC 51 ms
36,440 KB
testcase_04 AC 51 ms
36,472 KB
testcase_05 AC 50 ms
36,544 KB
testcase_06 AC 51 ms
36,492 KB
testcase_07 AC 52 ms
36,540 KB
testcase_08 AC 51 ms
36,548 KB
testcase_09 AC 50 ms
36,492 KB
testcase_10 AC 51 ms
36,488 KB
testcase_11 AC 50 ms
36,624 KB
testcase_12 AC 51 ms
36,432 KB
testcase_13 AC 51 ms
36,612 KB
testcase_14 AC 50 ms
36,532 KB
testcase_15 AC 51 ms
36,284 KB
testcase_16 AC 51 ms
36,284 KB
testcase_17 AC 52 ms
36,372 KB
testcase_18 AC 51 ms
36,356 KB
testcase_19 AC 52 ms
36,488 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;
public class Main {
	public static void main(String[] args){
		System.out.println("Yes");
	}
}
0