結果
| 問題 |
No.3069 Invisible Speedrun
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-03-21 22:00:02 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 213 ms / 2,000 ms |
| コード長 | 159 bytes |
| コンパイル時間 | 236 ms |
| コンパイル使用メモリ | 82,380 KB |
| 実行使用メモリ | 94,112 KB |
| 平均クエリ数 | 585.15 |
| 最終ジャッジ日時 | 2025-03-21 22:00:17 |
| 合計ジャッジ時間 | 12,452 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 |
| other | AC * 80 |
ソースコード
n=int(input())
cnt=0
while True:
if cnt%2==0:
print("R")
else:
print("D")
ret=int(input())
cnt+=1
if ret==1:
exit()