#include #include using namespace std; string str; int tip,flag,c,k,to,i; int get() { int ans=0; while ('0'<=str[i] && str[i]<='9') { ans=ans*10+str[i]-'0'; ++i; } return ans; } int main() { while (cin>>str) { if (str=="unsigned") cin>>str; if (str=="int") tip=4; if (str=="short") tip=2; if (str=="char") tip=1; cin>>str; to=0;c=1; for (i=0,flag=false;i