This content is archived!

For the 2018-2019 school year, we have switched to using the WLMOJ judge for all MCPT related content. This is an archive of our old website and will not be updated.

Very easy implementation problem. Use a for loop to count print all the numbers N \dots 1 with a space after. Then print "0!".

Time complexity

\mathcal{O}(N)


Problem

Read the problem.