#pragma once const int MAX_SONGS_PER_ARTIST{10}; const int MAX_SONGS{500}; const int MAX_ARTISTS{500};