結果
| 問題 | No.1592 Tenkei 90 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-08-23 18:23:30 |
| 言語 | PyPy3 (7.3.23 + ACL) |
| 結果 |
AC
不安定
|
| 実行時間 | 26 ms / 1,000 ms |
| + 769µs | |
| コード長 | 239 bytes |
| 記録 | |
| コンパイル時間 | 73 ms |
| コンパイル使用メモリ | 80,896 KB |
| 実行使用メモリ | 54,400 KB |
| 最終ジャッジ日時 | 2026-09-13 16:10:07 |
| 合計ジャッジ時間 | 2,372 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 17 |
ソースコード
def I():return int(input())
def MAP():return map(int,input().split())
def LIST(): return list(map(int,input().split()))
def S():return input()
s=S()
sx='kyoprotenkei90'
s=list(s)
sx=list(sx)
print('Yes' if sorted(s)==sorted(sx) else 'No')