summercamp
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
159 B

2 years ago
g++ main.cpp -o main -lginac -lcln
# if [ $? -eq 0 ]; then
# # echo "编译成功,运行程序..."
# ./main
# else
# echo "Compliation fail"
# fi