diff --git a/Daily/Roman_to_int.cpp b/Daily/Roman_to_int.cpp index 76f240a..429576f 100644 --- a/Daily/Roman_to_int.cpp +++ b/Daily/Roman_to_int.cpp @@ -12,7 +12,6 @@ Example 1: Input: s = V Output: 5 - Example 2: Input: s = III