結果
| 問題 | No.3011 あ、俺こいつの役やりたい! |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-01-25 18:59:22 |
| 言語 | C++23 (gcc 15.2.0 + boost 1.90.0) |
| 結果 |
AC
|
| 実行時間 | 24 ms / 2,000 ms |
| コード長 | 224 bytes |
| 記録 | |
| コンパイル時間 | 1,988 ms |
| コンパイル使用メモリ | 329,380 KB |
| 実行使用メモリ | 29,764 KB |
| 平均クエリ数 | 11.66 |
| 最終ジャッジ日時 | 2026-06-24 09:24:38 |
| 合計ジャッジ時間 | 5,274 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 44 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
int main() {
int now = 1<<29;
while(true) {
cout<<now<<endl;
int r; cin>>r;
if(r==1||r==-1) break;
now/=2;
}
}