public class SongCollection
{
	public int size()
	{
		return 0;
	}
}
