#include using namespace std; typedef int INT; int main() { INT i = 1; cout << i << endl; return 0; }