|
|
|
|
|
by columbo
4314 days ago
|
|
I think you should show the comments first without a time-limit and then allow the user to play. For example: /*
* @Input1: an integer
* @Input2: an integer (@Input1 <= @Input2)
* @Input3: an integer (@Input3 !== 0)
* @Output: maximal integer from @Input1 to @Input2 inclusive
* which is divisible by @Input3
* or -1 if there in no such number
*/
<insert click to play button>Right now it takes me 20-30 seconds just to read and understand the comments. |
|