結果
| 問題 |
No.3011 あ、俺こいつの役やりたい!
|
| コンテスト | |
| ユーザー |
hitonanode
|
| 提出日時 | 2025-01-25 21:50:50 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
AC
|
| 実行時間 | 51 ms / 2,000 ms |
| コード長 | 109 bytes |
| コンパイル時間 | 414 ms |
| コンパイル使用メモリ | 12,160 KB |
| 実行使用メモリ | 27,640 KB |
| 平均クエリ数 | 12.45 |
| 最終ジャッジ日時 | 2025-01-25 21:51:04 |
| 合計ジャッジ時間 | 5,096 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 44 |
ソースコード
x = 1000000000
while True:
print(x)
r = int(input())
if r == 1:
exit()
x //= 2
hitonanode