結果
問題 | No.1592 Tenkei 90 |
ユーザー |
|
提出日時 | 2022-03-29 11:35:15 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 44 ms / 1,000 ms |
コード長 | 92 bytes |
コンパイル時間 | 177 ms |
コンパイル使用メモリ | 82,432 KB |
実行使用メモリ | 52,096 KB |
最終ジャッジ日時 | 2024-11-08 00:45:04 |
合計ジャッジ時間 | 1,785 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 17 |
ソースコード
S = input() if sorted(S) == sorted('kyoprotenkei90'): print('Yes') else: print('No')