complete 12015.kt 12738.kt 14626.kt 33985.kt 34029.kt 34060.kt 9252.py
This commit is contained in:
10
storage/zeta/py/completed/9252.py
Normal file
10
storage/zeta/py/completed/9252.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import sys
|
||||
|
||||
input = sys.stdin.readline
|
||||
|
||||
if __name__ == "__main__":
|
||||
s = 0
|
||||
while (n := int(input())) != -1:
|
||||
s += n
|
||||
|
||||
print(s)
|
||||
Reference in New Issue
Block a user