結果

問題 No.2228 Creeping Ghost
ユーザー CuriousFairy315CuriousFairy315
提出日時 2023-02-25 09:37:57
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 82 ms / 2,000 ms
コード長 55 bytes
コンパイル時間 290 ms
コンパイル使用メモリ 88,840 KB
実行使用メモリ 78,260 KB
最終ジャッジ日時 2023-10-11 11:05:04
合計ジャッジ時間 2,265 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 77 ms
76,376 KB
testcase_01 AC 77 ms
76,160 KB
testcase_02 AC 77 ms
76,100 KB
testcase_03 AC 82 ms
76,040 KB
testcase_04 AC 77 ms
76,308 KB
testcase_05 AC 80 ms
78,260 KB
testcase_06 AC 79 ms
77,160 KB
testcase_07 AC 80 ms
78,172 KB
testcase_08 AC 79 ms
77,860 KB
testcase_09 AC 79 ms
77,144 KB
testcase_10 AC 77 ms
77,152 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print(("RRRD"+"DUDLLRLUUDURRLRD"*99999)[:int(input())])
0