瀏覽代碼

change README

master
RinRi 3 年之前
父節點
當前提交
eed20429d4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      README.md

+ 1
- 1
README.md 查看文件

@@ -36,7 +36,7 @@ cd bits
cp /usr/include/c++/10.2.0/x86_64-pc-linux-gnu/bits/stdc++.h .

# compile them and use the same c++ standard as in Makefile
g++ -std=c++14 stdc++.h
g++ -g -std=c++14 stdc++.h
```

Don't forget to use double quotes in the template. GCC uses the local precompiled library first. If there is no local library, it uses system's one.


Loading…
取消
儲存