#include using namespace std; int main(){ int a = 6; auto b = "one hundred"; cout << a + b << endl; return 0; }