Upload files to 'TaskX01'

This commit is contained in:
Michal Kijowski 2020-10-30 00:22:33 +01:00
parent 940b5c241d
commit fc45fec69a
3 changed files with 2 additions and 10 deletions

Binary file not shown.

12
TaskX01/run Executable file → Normal file
View File

@ -1,10 +1,2 @@
#!/usr/bin/python2 #!/bin/bash
java -jar TaskA01/run.jar "$@"
import sys
count = 0
for line in sys.stdin:
count += int(line)
print count

BIN
TaskX01/run.jar Normal file

Binary file not shown.