void f(int i, std::string s) { std::cout << i << std::endl; std::cout << s << std::endl; }