Are you tired of writing make_pair and not being able to use auto-s on some judges? Well introducing one line of code which will solve all your problems:
pragma GCC diagnostic warning "-std=c++11"
So hurry up and use it already. example judge: wcipeg.com
This trick will probably work on 99% of sites.