[gcj] Fourth task in qualification round is not actually a programming/algorithmization problem

2018-04-11 Thread Vladyslav Lukiantsev
First three tasks include some optimizations, working with arrays, etc. Meanwhile, fourth task is the pure geometric problem, which takes a couple of lines of code which are just mirror for geometric formulas and nothing with optimization. Is it normal for Google Code Jam to include such strange

[gcj] Re: Anybody has a working C# solution for Cryptopangrams?

2019-04-09 Thread Vladyslav Lukiantsev
понедельник, 8 апреля 2019 г., 23:40:47 UTC+3 пользователь Peter Chikov написал: > My solution follows the analysis and still times out(TLE). > > using System; > using System.Collections.Generic; > using System.IO; > using System.Linq; > using System.Text; > using System.Threading.Tasks; > > name