Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 235 Bytes

File metadata and controls

20 lines (10 loc) · 235 Bytes

Problem 13: Roman to Integer

Difficulty: Easy

Problem

Given a roman numeral, convert it to an integer.

Input is guaranteed to be within the range from 1 to 3999.

Example

Input: DCXII

Output: 621