Skip to content

Instantly share code, notes, and snippets.

@yashihei
Last active December 31, 2015 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yashihei/7961078 to your computer and use it in GitHub Desktop.
Save yashihei/7961078 to your computer and use it in GitHub Desktop.
a.exe < 2014-yo-t%1-in1.txt > 2014-yo-t%1-out1.txt
a.exe < 2014-yo-t%1-in2.txt > 2014-yo-t%1-out2.txt
a.exe < 2014-yo-t%1-in3.txt > 2014-yo-t%1-out3.txt
a.exe < 2014-yo-t%1-in4.txt > 2014-yo-t%1-out4.txt
a.exe < 2014-yo-t%1-in5.txt > 2014-yo-t%1-out5.txt

参考記事:http://saku.hatenadiary.com/entry/2012/12/16/031458

##使い方 bccとかでコンパイルしてから、実行ファイルをa.exeにリネーム。またはbcc32 hoge.cpp -o a.exe。
その後loli.batに問題の番号を引数に渡す。

##実行例

bcc32 one.cpp -o a.exe
loli.bat 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment