結果
問題 |
No.69 文字を自由に並び替え
|
ユーザー |
|
提出日時 | 2022-06-09 13:43:51 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 126 bytes |
コンパイル時間 | 209 ms |
コンパイル使用メモリ | 12,544 KB |
実行使用メモリ | 21,760 KB |
最終ジャッジ日時 | 2024-09-21 05:33:41 |
合計ジャッジ時間 | 2,431 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | RE * 15 |
ソースコード
from asyncio.windows_events import NULL A = sorted(list(input())) B = sorted(list(input())) print('YES' if A == B else 'NO')