結果
問題 | No.1592 Tenkei 90 |
ユーザー |
![]() |
提出日時 | 2021-12-13 18:28:44 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 43 ms / 1,000 ms |
コード長 | 91 bytes |
コンパイル時間 | 491 ms |
コンパイル使用メモリ | 82,288 KB |
実行使用メモリ | 52,224 KB |
最終ジャッジ日時 | 2024-07-22 17:14:07 |
合計ジャッジ時間 | 2,391 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 17 |
ソースコード
s = sorted(list(input())) t = sorted(list('kyoprotenkei90')) print('Yes' if s==t else 'No')