#include const int MAX_ROMAN_LEN = 22; istream& getRomanNumeral(istream& i, char buf[]); int romanToInt(const char roman[]);