結果

問題 No.2228 Creeping Ghost
ユーザー KuraoKurao
提出日時 2023-03-10 07:34:48
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 103 ms / 2,000 ms
コード長 55 bytes
コンパイル時間 468 ms
コンパイル使用メモリ 11,760 KB
実行使用メモリ 122,980 KB
最終ジャッジ日時 2023-10-18 06:37:02
合計ジャッジ時間 2,748 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 96 ms
121,856 KB
testcase_01 AC 101 ms
121,856 KB
testcase_02 AC 94 ms
121,900 KB
testcase_03 AC 72 ms
121,820 KB
testcase_04 AC 73 ms
121,820 KB
testcase_05 AC 103 ms
122,976 KB
testcase_06 AC 71 ms
122,452 KB
testcase_07 AC 74 ms
122,980 KB
testcase_08 AC 73 ms
122,980 KB
testcase_09 AC 71 ms
122,452 KB
testcase_10 AC 71 ms
122,452 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print(("RDLRRDLRRRDDLURLLURLLLUU"*9**7)[:int(input())])
0