結果
| 問題 | No.3069 Invisible Speedrun |
| コンテスト | |
| ユーザー |
sasa8uyauya
|
| 提出日時 | 2025-03-22 02:02:43 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 105 bytes |
| 記録 | |
| コンパイル時間 | 225 ms |
| コンパイル使用メモリ | 96,108 KB |
| 実行使用メモリ | 79,384 KB |
| 平均クエリ数 | 1.00 |
| 最終ジャッジ日時 | 2026-07-07 19:18:17 |
| 合計ジャッジ時間 | 7,966 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 80 |
ソースコード
n=int(input())
while 1:
print("D")
if int(input())==0:
break
print("R")
if int(input())==0:
break
sasa8uyauya