About one minute rule
Posted: Tue Mar 29, 2022 7:58 am
I found this old post in thread of problem 127. Is this still so?
(Sorry for quoting from thread, but this is not any spoiler, I think.)
https://projecteuler.net/action=redirect;post_id=4694hk 5 Sep 2006, 22:18
A special remark on the one minute rule:
Problems are developed and tested so that the one minute rule can be met using an interpreted language like Visual Basic and with some skills also using scripting languages like PHP. Compiled languages like Delphi and the C-family are by nature about ten times faster than VB. When using a compiled language this means that runtimes should in general not exceed 6 seconds.
(Sorry for quoting from thread, but this is not any spoiler, I think.)