# How to precompile <bits/stdc++.h> in Linux # goto below location cd /usr/include/x86_64-linux-gnu/c++/9/bits # run below command sudo g++ -std=c++14 stdc++.h ### DONE ###