Upload files to 'TaskX01'
This commit is contained in:
parent
940b5c241d
commit
fc45fec69a
BIN
TaskX01/Makefile
BIN
TaskX01/Makefile
Binary file not shown.
12
TaskX01/run
Executable file → Normal file
12
TaskX01/run
Executable file → Normal file
@ -1,10 +1,2 @@
|
||||
#!/usr/bin/python2
|
||||
|
||||
import sys
|
||||
|
||||
count = 0
|
||||
|
||||
for line in sys.stdin:
|
||||
count += int(line)
|
||||
|
||||
print count
|
||||
#!/bin/bash
|
||||
java -jar TaskA01/run.jar "$@"
|
||||
|
BIN
TaskX01/run.jar
Normal file
BIN
TaskX01/run.jar
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user