Re: [gcj] Practice mode coming soon!

2018-04-20 Thread Antonio Theophilo
i++ On Thu, Apr 19, 2018 at 7:43 PM, Luke Pebody wrote: > [+1] > > On Thu, Apr 19, 2018 at 11:37 PM, Bartholomew Furrow > wrote: > >> Woot woot! >> >> On Thu, Apr 19, 2018 at 11:58 AM 'Pablo Heiber' via Google Code Jam < >> google-code@googlegroups.com> wrote: >> >>> >>> >>> >>> >>> >>> *Hi Eve

[gcj] Is the use of numpy matrices allowed or not?

2018-04-11 Thread Antonio Theophilo
Hello everybody I've used Python 3 to solve the problems and is not clear if it is allowed or not to use basic standard libraries as numpy to solve them. I've modelled my data for the Go Gopher! problem as a numpy matrix (just for indexing convenience) and got a "Runtime Error". After changing