Given an string in roman no format (s) your task is to convert it to integer .
Given an string in roman no format (s) your task is to convert it to integer . Example: Input 2 V III Output 5 3
Given an string in roman no format (s) your task is to convert it to integer . Example: Input 2 V III Output 5 3