結果

問題 No.2228 Creeping Ghost
ユーザー 👑 Kazun
提出日時 2023-02-24 22:30:46
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 150 bytes
コンパイル時間 357 ms
コンパイル使用メモリ 83,540 KB
実行使用メモリ 58,448 KB
最終ジャッジ日時 2024-09-13 05:45:05
合計ジャッジ時間 2,632 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2 WA * 2
other AC * 1 WA * 6
権限があれば一括ダウンロードができます

ソースコード

diff #

def solve():
    T=int(input())
    X="RRRRDDDDLLLLUUUU"*(10**5)
    return X[:T]

#==================================================
print(solve())
0