This website requires JavaScript.
Explore
Help
Sign In
s444399
/
djfz-2020-s444399
Watch
1
Star
0
Fork
0
You've already forked djfz-2020-s444399
Code
Issues
Pull Requests
Releases
Wiki
Activity
eb54af526f
djfz-2020-s444399
/
TaskX01
/
run
11 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Upload files to 'TaskX01'
2020-10-30 00:26:23 +01:00
#!/usr/bin/python2
import sys
count = 0
for line in sys.stdin:
count += int(line)
print count
Reference in New Issue
Copy Permalink