namespace _2020 { class Program { static void Main(string[] args) { Q01.Go(); Q02.Go(); Q03.Go(); Q04.Go(); Q05.Go(); } } }