Parcourir la source

change README

master
RinRi il y a 3 ans
Parent
révision
eed20429d4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      README.md

+ 1
- 1
README.md Voir le fichier

@@ -36,7 +36,7 @@ cd bits
cp /usr/include/c++/10.2.0/x86_64-pc-linux-gnu/bits/stdc++.h . 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 # 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. 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.


Chargement…
Annuler
Enregistrer