結果
| 問題 |
No.3069 Invisible Speedrun
|
| コンテスト | |
| ユーザー |
detteiuu
|
| 提出日時 | 2025-03-21 21:46:08 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 204 ms / 2,000 ms |
| コード長 | 176 bytes |
| コンパイル時間 | 303 ms |
| コンパイル使用メモリ | 82,376 KB |
| 実行使用メモリ | 91,960 KB |
| 平均クエリ数 | 585.15 |
| 最終ジャッジ日時 | 2025-03-21 21:46:23 |
| 合計ジャッジ時間 | 12,814 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 |
| other | AC * 80 |
ソースコード
N = int(input())
for _ in range(N):
print("D")
ans = int(input())
if ans == 1:
exit()
print("R")
ans = int(input())
if ans == 1:
exit()
detteiuu