結果
| 問題 |
No.3069 Invisible Speedrun
|
| コンテスト | |
| ユーザー |
sasa8uyauya
|
| 提出日時 | 2025-03-22 02:03:29 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 194 ms / 2,000 ms |
| コード長 | 105 bytes |
| コンパイル時間 | 457 ms |
| コンパイル使用メモリ | 82,816 KB |
| 実行使用メモリ | 90,744 KB |
| 平均クエリ数 | 585.15 |
| 最終ジャッジ日時 | 2025-03-22 02:03:44 |
| 合計ジャッジ時間 | 13,830 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 |
| other | AC * 80 |
ソースコード
n=int(input())
while 1:
print("D")
if int(input())==1:
break
print("R")
if int(input())==1:
break
sasa8uyauya