CS3 students, Apparently, even indexing a non-existent element for reading inserts it into a map. That is cout << mymap['x']; Will insert a new element with key 'x' into mymap. My info here: https://cplusplus.com/reference/map/map/operator[]/ Thanks, -- Mikhail