my-problem-solving-solutions-on-codeforces.com icon indicating copy to clipboard operation
my-problem-solving-solutions-on-codeforces.com copied to clipboard

It is my solution to the problems on the codeforces.com site. note this is not my coding style it is just for the fast writing in problem-solving contests

Results 1 my-problem-solving-solutions-on-codeforces.com issues
Sort by recently updated
recently updated
newest added

//Abdelrahman #include #include #include #include typedef long long ll; using namespace std; int main() { int n , count = 0; cin >> n; string s; cin >> s; for...