diff --git a/Daily/Roman_to_int.cpp b/Daily/Roman_to_int.cpp index 39baaf8..5d38b0e 100644 --- a/Daily/Roman_to_int.cpp +++ b/Daily/Roman_to_int.cpp @@ -9,7 +9,6 @@ C 100 D 500 M 1000 - Example 1: Input: s = V