結果

問題 No.246 質問と回答
ユーザー 184
提出日時 2015-07-17 23:31:16
言語 C++11(廃止可能性あり)
(gcc 13.3.0)
結果
WA  
実行時間 -
コード長 265 bytes
コンパイル時間 506 ms
コンパイル使用メモリ 62,252 KB
実行使用メモリ 25,844 KB
平均クエリ数 1.00
最終ジャッジ日時 2024-07-16 07:04:43
合計ジャッジ時間 3,566 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other WA * 30
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <cstdio>
#include <cstring>
#include <cmath>
#include <algorithm>
#include <iostream>
using namespace std;

//namaega184  

int main(){
	int left=0,right=1000000000,mid=0;
	
	cout << "! 1" << endl;
	//printf("! %d",1111111);
	//fflush(stdout);
	return 0;
}
0