結果
| 問題 |
No.2209 Flip and Reverse
|
| コンテスト | |
| ユーザー |
sasa8uyauya
|
| 提出日時 | 2025-02-01 14:05:07 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 115 bytes |
| コンパイル時間 | 832 ms |
| コンパイル使用メモリ | 82,076 KB |
| 実行使用メモリ | 80,936 KB |
| 最終ジャッジ日時 | 2025-02-01 14:05:14 |
| 合計ジャッジ時間 | 6,776 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 4 |
| other | AC * 17 WA * 13 |
ソースコード
n=int(input()) s=input() t=input() print(min(sum(s[i]!=t[i] for i in range(n)),sum(s[i]!=t[~i] for i in range(n))))
sasa8uyauya