From 49776c432fccefb1eaf0f55bff19076c86acbcdf Mon Sep 17 00:00:00 2001 From: Dhruva-S <73852505+Dhruva-S@users.noreply.github.com> Date: Thu, 6 May 2021 23:39:11 +0530 Subject: [PATCH] Update map.cpp --- map.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/map.cpp b/map.cpp index f411092..8a1b77b 100644 --- a/map.cpp +++ b/map.cpp @@ -18,9 +18,9 @@ Q Given two sets of strings of n and k,Count the number of occurences of each How the map looks after insertion into the map - "WA","TLE","RE","AC" "WAontestcase1" "gohome" - | | | | | | - 0 1 1 1 2 1 + "WA" "TLE" "RE" "AC" "WAontestcase1" "gohome" + 0 1 1 1 2 1 + */ @@ -52,4 +52,4 @@ int main() return 0; -} \ No newline at end of file +}