#include using namespace std; int main() { int a; cout << "A is " << a << endl; return 0; }