#include #include #include using namespace std; struct Point { int x, y; Point(int x, int y): x{x}, y{y}{} }; const vector s = {"a", "b", "c"}; int main() { string s1 {"first"}; int x {42}; map singers = { {"Freddie Mercury", 100}, {"Matt Bellamy", 100}, }; return 0; }