#include #include #include #include #include #include #include #include #include #include #include #include using namespace std; int main() { string s; while(getline(cin, s)){ istringstream in(s); string type = s; in >> type; if(type == "unsigned"){ string s1; in>>type; } string other; in >> other; char c; int sum = 0; int typeCost = 0; if(type.substr(0,4) == "char" || type.substr(0,14) == "unsingned char"){ typeCost = 1; // cout <