Skip to content

My and Joni Taajamo's implementations on Reaktor Code Golf 2019

Notifications You must be signed in to change notification settings

valtterikodisto/reaktor-code-golf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Reaktor-code-golf

My and Joni Taajamo's winning implementations for Reaktor Code Golf 2019 competition.

Thank you Reaktor for the amazing competition.

Assignments © Reaktor:

Our implementation's character count: 137

From list of number find N consecutive numbers which have the largest product.

Input

First line of input is a number N. The second line has concatenated lists of numbers.

Output

The first N consecutive numbers which have the largest product.

Example

Input:

3

535984

Output: 598

Our implementation's character count: 85

The code fetches current price of Jaloviina from Alko’s site ( https://www.alko.fi/tuotteet/000706/Jaloviina-/ ), parses it and gives it as an output. The price must be fetched from Alko’s site, you can’t just hard code it to print out the current price ;-)

Input

Nothing.

Example Output

16,99

Our implementation's character count: 115

Just convert some strings to integers, easy huh?

Input

Whole numbers in written format separated by spaces. The range of numbers is from zero to nine.

Output

Concatenated list of the inputted numbers as digits.

Example

Input

zero one two three nine

Output

01239

About

My and Joni Taajamo's implementations on Reaktor Code Golf 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages