Commit f325f14b authored by makoto.nishizawa's avatar makoto.nishizawa

add README.md

parent 917c3343
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
``` ```
cd nszw-solver cd nszw-solver
make make
./solve QUESTIONFILE ./solve < QUESTIONFILE
``` ```
or or
``` ```
cd nszw-solver cd nszw-solver
g++ -o solve solver.cpp main.cpp io.c router/router.cpp -std=c++11 g++ -o solve solver.cpp main.cpp io.c router/router.cpp -std=c++11
./a.out QUESTIONFILE ./solve < QUESTIONFILE
``` ```
# 必要ヘッダ # 必要ヘッダ
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment