摘要: 模版 @echo off :go data.exe > in.txt u.exe < in.txt > out.txt std.exe < in.txt > ans.txt fc out.txt ans.txt if not errorlevel 1 goto go pause 阅读全文
posted @ 2025-08-05 08:26 雪上一枝嵩 阅读(20) 评论(0) 推荐(0)