結果

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

ソースコード

diff #

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

//namaega184  

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