結果
| 問題 | No.69 文字を自由に並び替え |
| コンテスト | |
| ユーザー |
splash9494
|
| 提出日時 | 2020-05-04 12:11:26 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
AC
|
| 実行時間 | 24 ms / 5,000 ms |
| コード長 | 72 bytes |
| 記録 | |
| コンパイル時間 | 507 ms |
| コンパイル使用メモリ | 85,336 KB |
| 実行使用メモリ | 53,624 KB |
| 最終ジャッジ日時 | 2026-03-09 10:19:45 |
| 合計ジャッジ時間 | 1,042 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 15 |
ソースコード
print('YES' if sorted(list(input())) == sorted(list(input())) else 'NO')
splash9494