Examness
あらゆる試験の無料練習問題
JA
日本語
ログイン
新規登録
ホーム
練習
試験
AI講師
面接対策
コードラボ
遊んで学ぶ
お問い合わせ
💬
フィードバック
コードラボ
/
C++
/
Beginner
Beginner C++
2件の課題 · 学習順
1
Largest in a vector
Write `int largest(const vector<int>& v)` returning the biggest element. The vector is never empty.
vector
loops
references
8m
2
Count the vowels
Write `int count_vowels(const string& s)` counting a, e, i, o, u - capitals included.
std::string
iteration
tolower
8m
💬
フィードバック