Skip to content

Instantly share code, notes, and snippets.

View Nishant0073's full-sized avatar
🎯
Focusing

Nishant Shingate Nishant0073

🎯
Focusing
  • TCS
  • Pune
View GitHub Profile
#include<bits/stdc++.h>
using namespace std;
int main()
{
string s;
cin>>s;
int ns = 0;
int i=0;