shorter 2292.py

This commit is contained in:
2020-04-20 01:16:55 +09:00
parent 588d61bf21
commit c3d8d721b3

View File

@@ -1 +1 @@
print(round((2*(int(input())-1)/6)**(1/2)+1)) print(round(((int(input())-1)/3)**.5+1))