結果

問題 No.1592 Tenkei 90
ユーザー harapecoharapeco
提出日時 2022-03-29 11:35:15
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 37 ms / 1,000 ms
コード長 92 bytes
コンパイル時間 168 ms
コンパイル使用メモリ 82,440 KB
実行使用メモリ 53,848 KB
最終ジャッジ日時 2024-04-25 13:45:15
合計ジャッジ時間 1,693 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 36 ms
52,944 KB
testcase_01 AC 36 ms
51,984 KB
testcase_02 AC 35 ms
51,816 KB
testcase_03 AC 37 ms
52,072 KB
testcase_04 AC 37 ms
52,548 KB
testcase_05 AC 36 ms
51,900 KB
testcase_06 AC 37 ms
52,556 KB
testcase_07 AC 37 ms
51,820 KB
testcase_08 AC 37 ms
52,084 KB
testcase_09 AC 35 ms
53,084 KB
testcase_10 AC 37 ms
53,468 KB
testcase_11 AC 36 ms
52,388 KB
testcase_12 AC 36 ms
51,928 KB
testcase_13 AC 35 ms
51,944 KB
testcase_14 AC 35 ms
51,940 KB
testcase_15 AC 36 ms
52,244 KB
testcase_16 AC 36 ms
52,108 KB
testcase_17 AC 36 ms
53,848 KB
testcase_18 AC 35 ms
51,856 KB
testcase_19 AC 35 ms
52,004 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

S = input()
if sorted(S) == sorted('kyoprotenkei90'):
    print('Yes')
else:
    print('No')
0