結果
| 問題 | No.1592 Tenkei 90 |
| コンテスト | |
| ユーザー |
convexineq
|
| 提出日時 | 2021-07-09 21:21:57 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
AC
|
| 実行時間 | 25 ms / 1,000 ms |
| コード長 | 73 bytes |
| 記録 | |
| コンパイル時間 | 302 ms |
| コンパイル使用メモリ | 85,296 KB |
| 実行使用メモリ | 53,236 KB |
| 最終ジャッジ日時 | 2026-03-22 17:08:45 |
| 合計ジャッジ時間 | 1,500 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 17 |
ソースコード
s = input()
print("Yes" if sorted(s)==sorted("kyoprotenkei90") else "No")
convexineq