first commit
from old repository to a new repository
This commit is contained in:
6
boj/8393.py
Normal file
6
boj/8393.py
Normal file
@@ -0,0 +1,6 @@
|
||||
n=int(input())
|
||||
sum=0
|
||||
|
||||
for i in range(1,n+1):
|
||||
sum+=i
|
||||
print(sum)
|
||||
Reference in New Issue
Block a user