結果

問題 No.3011 あ、俺こいつの役やりたい!
ユーザー ei2326
提出日時 2025-02-10 17:38:54
言語 C++23
(gcc 13.3.0 + boost 1.87.0)
結果
AC  
実行時間 24 ms / 2,000 ms
コード長 266 bytes
コンパイル時間 2,984 ms
コンパイル使用メモリ 272,276 KB
実行使用メモリ 25,984 KB
平均クエリ数 11.50
最終ジャッジ日時 2025-02-10 17:39:02
合計ジャッジ時間 7,388 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 44
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<bits/stdc++.h>
using namespace std;
#define int long long
const int inf = 2000000000000000000;
signed main(){
    int x=500000000;
    for(int i=0;i<30;i++){
        cout<<x<<"\n";
        int ret;cin>>ret;
        if(ret==1)return(0);
        x/=2;
    }
}
0