/in/foo.cc: In function 'int main()':
/in/foo.cc:13:97: warning: format '%d' expects argument of type 'int', but argument 2 has type '__gnu_cxx::__normal_iterator<int*, std::vector<int> >::difference_type {aka long int}' [-Wformat=]
if(shit == 3) printf("%d\n", lower_bound(fuck.begin(), fuck.end(), x) - fuck.begin() + 1);
^
/in/foo.cc:15:78: warning: format '%d' expects argument of type 'int', but argument 2 has type '__gnu_cxx::__normal_iterator<int*, std::vector<int> >' [-Wformat=]
if(shit == 5) printf("%d\n", lower_bound(fuck.begin(), fuck.end(), x));
^
/in/foo.cc:16:78: warning: format '%d' expects argument of type 'int', but argument 2 has type '__gnu_cxx::__normal_iterator<int*, std::vector<int> >' [-Wformat=]
if(shit == 6) printf("%d\n", upper_bound(fuck.begin(), fuck.end(), x));
^