评测信息
运行ID: 15187
Traceback (most recent call last):
File "src.py", line 7, in <module>
ipf = gettxt()
File "src.py", line 2, in gettxt
txt = open(r"C:\Users\Lenovo\Desktop\w1.txt", 'r').read()
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Lenovo\\Desktop\\w1.txt'