From 3c1d12ac165f1ff1cb154f8200aaeb37f74586d9 Mon Sep 17 00:00:00 2001 From: Omar Magdy Date: Mon, 9 May 2022 17:01:59 +0200 Subject: Removed GoodString.cpp --- GoodString.cpp | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 GoodString.cpp (limited to 'GoodString.cpp') diff --git a/GoodString.cpp b/GoodString.cpp deleted file mode 100644 index a0335fa..0000000 --- a/GoodString.cpp +++ /dev/null @@ -1,18 +0,0 @@ -#include - -using namespace std; - -int main() { - int tt; cin >> tt; - int n; - while(tt--) { - cin >> n; - string s; - cin >> s; - for(int i = n - 1; i > 0; i--) { - int j = n - 2; - - } - } - -} -- cgit v1.2.3