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