aboutsummaryrefslogtreecommitdiff
path: root/GoodString.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'GoodString.cpp')
-rw-r--r--GoodString.cpp18
1 files changed, 0 insertions, 18 deletions
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<bits/stdc++.h>
-
-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;
-
- }
- }
-
-}