Ad
Invin1279Failed Tests

Remove a

remove character 'a' or 'A' from a string

#include <bits/stdc++.h>

std::string remove_a (std::string s)
{
    
}