Your code should accept input via. STDIN, and output the results to STDOUT.
Each part should be separated by a newline ( \n
)
Your source goes into {year}/{day}/solutions/{language}/{username}
Your input goes into {year}/{day}/io
in a file named {username}.input
The file needs a trailing newline to work properly.
Your output goes into {year}/{day}/io
in a file named {username}.output
Each part is separated by a newline ( \n
)
The file needs a trailing newline to work properly.