We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Project Euler #28: Number spiral diagonals
Project Euler #28: Number spiral diagonals
Sort by
recency
|
41 Discussions
|
Please Login in order to post a comment
For C++, we need to use
n % mod
and inverse modulo to do the division.C++
code in python3
def res():
res()
100/- points python3.
easy solve