diff --git a/Repeating Cipher b/Repeating Cipher new file mode 100644 index 0000000..32c7b44 --- /dev/null +++ b/Repeating Cipher @@ -0,0 +1,12 @@ +#include +using namespace std; +int main(){; + int n,m=0;cin>>n; + string h,j="";cin>>h; + for(int i=0;i