Submission #57059


ソースコード

ステータス

項目 データ
問題 1217 - Properly Choosing
ユーザー名 ei1903
投稿日時 2019-12-10 08:49:38
言語 C++14
状態 Compile Error
得点 0
ソースコード長 1401 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./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";
 ~~~~

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #