You are viewing a single comment's thread. Return to all comments →
How to handle two digits in output. Do we need to print 'A' in place of 10 & so on.
Print two digits as they are and do not convert into in a letter, so print 10 as 10 and not 'A'.
What I meant by 'alphabetical order' is as follows. If two answers are 24105101817673934 and 2594936378711015, then print them as
24105101817673934 2594936378711015
but NOT as numerical order as follows:
2594936378711015 24105101817673934
Hope this helps.
Seems like cookies are disabled on this browser, please enable them to open this website
I agree to HackerRank's Terms of Service and Privacy Policy.
Project Euler #68: Magic N-gon ring
You are viewing a single comment's thread. Return to all comments →
How to handle two digits in output. Do we need to print 'A' in place of 10 & so on.
Print two digits as they are and do not convert into in a letter, so print 10 as 10 and not 'A'.
What I meant by 'alphabetical order' is as follows. If two answers are 24105101817673934 and 2594936378711015, then print them as
24105101817673934
2594936378711015
but NOT as numerical order as follows:
2594936378711015
24105101817673934
Hope this helps.