結果

問題 No.2228 Creeping Ghost
ユーザー KuraoKurao
提出日時 2023-03-10 07:34:48
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 101 ms / 2,000 ms
コード長 55 bytes
コンパイル時間 152 ms
コンパイル使用メモリ 12,544 KB
実行使用メモリ 123,704 KB
最終ジャッジ日時 2024-09-18 03:13:27
合計ジャッジ時間 2,316 ms
ジャッジサーバーID
(参考情報)
judge1 / judge6
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 99 ms
122,528 KB
testcase_01 AC 100 ms
122,752 KB
testcase_02 AC 99 ms
122,584 KB
testcase_03 AC 97 ms
122,456 KB
testcase_04 AC 97 ms
122,752 KB
testcase_05 AC 101 ms
123,424 KB
testcase_06 AC 98 ms
122,976 KB
testcase_07 AC 99 ms
123,704 KB
testcase_08 AC 100 ms
123,632 KB
testcase_09 AC 100 ms
123,120 KB
testcase_10 AC 99 ms
123,136 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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