Skip to content

Commit 981105a

Browse files
Create S1.py
1 parent 0a06bc0 commit 981105a

File tree

1 file changed

+2
-0
lines changed
  • 2012/Senior Problems

1 file changed

+2
-0
lines changed

2012/Senior Problems/S1.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
J = int(input())
2+
print (int(((J-1)*(J-2)*(J-3))/6))

0 commit comments

Comments
 (0)