I recently bought a MacBook and I was writing a program in c++ and I discovered that clang has some different working that gcc.
clang does not support #include<bits/stdc++.h> and you need to add each library on your own.
What basically my question is …
Should I be using clang for competitive programming or shift to GCC?