Submission #57059
ソースコード
ステータス
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:46:4: warning: init-statement in selection statements only available with -std=c++17 or -std=gnu++17
if(binary_search(all(vec),x) cout << "Possible\n";
^~~~~~~~~~~~~
./Main.cpp:46:29: error: expected ‘;’ before ‘cout’
if(binary_search(all(vec),x) cout << "Possible\n";
^~~~~
;
./Main.cpp:47:1: error: expected primary-expression before ‘else’
else cout << "Impossible\n";
^~~~
./Main.cpp:46:51: error: expected ‘)’ before ‘else’
if(binary_search(all(vec),x) cout << "Possible\n";
~ ^
)
else cout << "Impossible\n";
~~~~
セット
テストケース