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.
- Prepare
- Python
- Math
- Triangle Quest
- Discussions
Triangle Quest
Triangle Quest
Sort by
recency
|
1066 Discussions
|
Please Login in order to post a comment
for i in range(1,int(input())): #More than 2 lines will result in 0 score. Do not leave a blank line also print(i*(10*i-1)//9)
This works for me:
it is important delete all comments because the judge count every line
I didn't figure out the math but found a way of using the walruss operator:
The normal solution
The Abnormal Solution