結果

問題 No.1592 Tenkei 90
ユーザー pypypymipypypymi
提出日時 2022-02-18 15:54:08
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 37 ms / 1,000 ms
コード長 119 bytes
コンパイル時間 145 ms
コンパイル使用メモリ 82,272 KB
実行使用メモリ 53,652 KB
最終ジャッジ日時 2024-06-29 08:04:52
合計ジャッジ時間 1,575 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 35 ms
52,072 KB
testcase_01 AC 37 ms
52,504 KB
testcase_02 AC 35 ms
53,248 KB
testcase_03 AC 36 ms
51,412 KB
testcase_04 AC 33 ms
52,276 KB
testcase_05 AC 36 ms
51,560 KB
testcase_06 AC 36 ms
52,272 KB
testcase_07 AC 33 ms
53,436 KB
testcase_08 AC 32 ms
52,548 KB
testcase_09 AC 33 ms
52,984 KB
testcase_10 AC 33 ms
53,172 KB
testcase_11 AC 33 ms
51,808 KB
testcase_12 AC 33 ms
52,192 KB
testcase_13 AC 36 ms
52,068 KB
testcase_14 AC 33 ms
51,960 KB
testcase_15 AC 33 ms
52,224 KB
testcase_16 AC 33 ms
53,652 KB
testcase_17 AC 33 ms
52,608 KB
testcase_18 AC 33 ms
51,896 KB
testcase_19 AC 32 ms
53,204 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

s = "".join(sorted(list(input())))
s2 = "".join(sorted(list("kyoprotenkei90")))
print("Yes") if s==s2 else print("No")
0