标签:sudo 无法运行 简便 exit int import while code diff
想起来什么就写什么吧。
python是最为简便的。
from os import system
while True:
system("./make > in")
system("./std < in > b")
system("./my < in > s")
if(system("diff -bB s b")):
print("MMP")
exit(0)
print("pass")
运行:
python pai.py
sudo chmod 755 my.sh
标签:sudo 无法运行 简便 exit int import while code diff
原文地址:https://www.cnblogs.com/acxblog/p/8973690.html