diff --git a/339A-HelpfulMaths/339A.cpp b/339A-HelpfulMaths/339A.cpp new file mode 100644 index 0000000..c407399 --- /dev/null +++ b/339A-HelpfulMaths/339A.cpp @@ -0,0 +1,19 @@ +#include +using namespace std; +int main() +{ + int i,j,temp; + string s; + cin>>s; + for(i=0;is[j]) + { + swap(s[i],s[j]); + } + } + } + cout<