- Python
Python的“freopen”
- 2022-5-7 22:41:44 @
import sys
sys.stdin=open("ans.in","r")
sys.stdout=open("ans.out","w")
stdin.close()
stdout.close()
1 comments
-
ZHtwinkle SU @ 2022-5-7 22:46:46
😄 4
- 1
By signing up a ZHOJ universal account, you can submit code and join discussions in all online judging services provided by us.