From 313be525656ff15bbba946e015cdebad090fc86c Mon Sep 17 00:00:00 2001 From: SUBHAMAY__GANGULY <71601569+STREIN-11@users.noreply.github.com> Date: Sun, 24 Nov 2024 21:42:15 +0530 Subject: [PATCH] Update Roman_to_int.cpp --- Daily/Roman_to_int.cpp | 1 - 1 file changed, 1 deletion(-) 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