Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
#include
using namespace std; int main() { set
cars = {"Volvo", "BMW", "Ford", "Mazda"}; cout << cars.size(); return 0; }
4