結果
| 問題 | No.3623 2-Letter Shiritori 2 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2026-08-25 17:02:21 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 177 bytes |
| 記録 | |
| コンパイル時間 | 293 ms |
| コンパイル使用メモリ | 96,240 KB |
| 実行使用メモリ | 78,848 KB |
| 最終ジャッジ日時 | 2026-08-25 17:02:26 |
| 合計ジャッジ時間 | 1,378 ms |
|
ジャッジサーバーID (参考情報) |
judge2_1 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 1 |
ソースコード
a = list("ABCDEFGHIJKLMNOPQRSTUVWXYZ")
print("AA")
for i in range(1,26):
t = a[i]
print(a[0],end="")
print(t)
print(t,end="")
print(t)
print(t,end="")
print(a[0])