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