結果
問題 | No.246 質問と回答 |
ユーザー |
![]() |
提出日時 | 2015-09-28 17:17:46 |
言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 50 ms / 2,000 ms |
コード長 | 983 bytes |
コンパイル時間 | 829 ms |
コンパイル使用メモリ | 68,924 KB |
実行使用メモリ | 25,556 KB |
平均クエリ数 | 30.90 |
最終ジャッジ日時 | 2024-07-16 19:55:17 |
合計ジャッジ時間 | 3,829 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 30 |
ソースコード
#include <iostream>#include <string>#include <vector>#include <functional>#include <algorithm>#include <queue>#include <stack>#include <map>#include <set>#include <climits>#include <cstdio>#define REP(i, n) for(int i = 0;i < n;i++)#define FOR(i,m,n) for(int i = m; i < n; i++)#define FOREACH(i, n) for (__typeof((n).begin()) i = (n).begin(); i != (n).end(); ++i)#define ALL(c) (c).begin(), (c).end()#define SIZE(v) ((int)v.size())#define INF INT_MAX/2#define pb push_back#define mp make_pairusing namespace std;typedef long long llong;const int dx[6] = {1, -1, 1, 0, -1, 0};const int dy[6] = {1, -1, 0, 1, 0, -1};inline bool valid(int x, int w){return 0 < x && x <= w;}llong r, l, mid, n;bool flag;int main(){flag=false;r=1e9;l=1;int i=0;while(l+1<r){if(i>100) return -1;mid=(l+r)/2;cout << "? " << mid << endl;cin >> n;if(n==1)l=mid;elser=mid;i++;}mid=(l+r)/2;cout << "! " << mid << endl;}