From 3f8f012a0e5fc37bc65e3d01cb425096f5340258 Mon Sep 17 00:00:00 2001 From: 17-versha <41384378+17-versha@users.noreply.github.com> Date: Sat, 31 Oct 2020 23:43:59 +0530 Subject: [PATCH] Create 4.cpp --- CPP/4.cpp | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 CPP/4.cpp diff --git a/CPP/4.cpp b/CPP/4.cpp new file mode 100644 index 0000000..615bfb6 --- /dev/null +++ b/CPP/4.cpp @@ -0,0 +1,59 @@ +vector Solution::prettyJSON(string A) { + vector v; + int q=0; + for(int i=0; i