#include <cstdio>
#include <functional>
int main() {
auto f = std::bind(printf, "%d", std::placeholders::_2);
}