#include<iostream> using namespace std; main() { auto variable = 45; cout << typeid(variable).name() << endl; }