W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own
website
Go to Spaces
Ctrl+Alt+P
#include
#include
#include
using namespace std; int main() { vector
numbers = {1, 7, 3, 5, 9, 2}; vector
target = {3, 5, 9}; if (search(numbers.begin(), numbers.end(), target.begin(), target.end()) != numbers.end()) { cout << "Target was found"; } else { cout << "The target was not found"; } return 0; }
Target was found
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル