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
search = { 2, 3, 9 }; auto it = find_first_of(numbers.begin(), numbers.end(), search.begin(), search.end()); if (it != numbers.end()) { cout << "The number " << *it << " was found!"; } else { cout << "None of the values were found."; } return 0; }
The number 3 was found!
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル