com1
This commit is contained in:
parent
d261fd57d5
commit
b8c0224f9b
0
TaskB04/Makefile
Normal file
0
TaskB04/Makefile
Normal file
10
TaskB04/run
Normal file
10
TaskB04/run
Normal file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
import sys
|
||||
import re
|
||||
|
||||
for line in sys.stdin:
|
||||
sub = re.findall(r'\d+',line)
|
||||
if len(sub) > 0:
|
||||
print(' '.join(sub))
|
||||
|
Loading…
Reference in New Issue
Block a user