結果

問題 No.3069 Invisible Speedrun
ユーザー Meso Meso
提出日時 2025-07-16 09:05:26
言語 PyPy3
(7.3.15)
結果
RE  
実行時間 -
コード長 177 bytes
コンパイル時間 604 ms
コンパイル使用メモリ 82,356 KB
実行使用メモリ 85,256 KB
平均クエリ数 1.00
最終ジャッジ日時 2025-07-16 09:05:38
合計ジャッジ時間 11,407 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample RE * 1
other RE * 80
権限があれば一括ダウンロードができます

ソースコード

diff #

n = int(input())

for i in range(n * 2):
    if i % 2 == 0:
        print("D", flush=True)
    else:
        print("R", flush=True)
    
    if iint(input()) != 0:
        break
0