Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Challenge: Vector Operations in Practice | Containers
C++ STL Containers and Algorithms

bookChallenge: Vector Operations in Practice

Tâche

Swipe to start coding

Implement two functions:

  • Define a function named createSequence that takes an integer argument n and returns a std::vector<int> containing the numbers from 1 to n (inclusive), in order;
  • Define a function named sumVector that takes a const std::vector<int>& as an argument and returns the sum of its elements as an integer.

Solution

solution.cpp

solution.cpp

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 2. Chapitre 2
single

single

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

close

Awesome!

Completion rate improved to 6.67

bookChallenge: Vector Operations in Practice

Glissez pour afficher le menu

Tâche

Swipe to start coding

Implement two functions:

  • Define a function named createSequence that takes an integer argument n and returns a std::vector<int> containing the numbers from 1 to n (inclusive), in order;
  • Define a function named sumVector that takes a const std::vector<int>& as an argument and returns the sum of its elements as an integer.

Solution

solution.cpp

solution.cpp

Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 2. Chapitre 2
single

single

some-alt