#include int main(){ auto x = 5; auto y = "hello"; std::cout << x << " " << y << std::endl; return 0; }