Все задачи на 5.10.17 13:00
This commit is contained in:
5
uts/uts_2k17_march_py/Dun/C.py
Normal file
5
uts/uts_2k17_march_py/Dun/C.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import sys
|
||||
problem_name = str('mushroom')
|
||||
sys.stdin = open(problem_name + ".in", "r")
|
||||
sys.stdout = open(problem_name+".out", "w")
|
||||
|
||||
Reference in New Issue
Block a user