We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a06bc0 commit 981105aCopy full SHA for 981105a
2012/Senior Problems/S1.py
@@ -0,0 +1,2 @@
1
+J = int(input())
2
+print (int(((J-1)*(J-2)*(J-3))/6))
0 commit comments