Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
#include
using namespace std; int main() { vector
cars; cout << cars.empty(); // Outputs 1 (The vector is empty) return 0; }
1