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

add README.md

parent 917c3343
......@@ -2,13 +2,13 @@
```
cd nszw-solver
make
./solve QUESTIONFILE
./solve < QUESTIONFILE
```
or
```
cd nszw-solver
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