TPHUNTERSCPP Telegram 181
Tp hunters cpp
💬 #چالش 🟥درجه سختی : متوسط رو به سخت 🟢لطفا سوالات, نظرات و کد های خود را برای ما کامنت کنید.
🧠 #کد_چالش
حل توسط : خانم the lovely me
#include <iostream>
using namespace std;

string doubleSwap(string str, char c1, char c2);

int main()
{
string s;
char c1, c2;
cin >> s >> c1 >> c2;
cout << doubleSwap(s, c1, c2);
}

string doubleSwap(string str, char c1, char c2)
{
for (int i = 0; i < str.size(); i++)
{
if (str[i] == c1)
str[i] = c2;
else if (str[i] == c2)
str[i] = c1;
}

return str;
}
🟢لطفا سوالات, نظرات و کد های خود را برای ما کامنت کنید.



tgoop.com/tphunterscpp/181
Create:
Last Update:

🧠 #کد_چالش
حل توسط : خانم the lovely me

#include <iostream>
using namespace std;

string doubleSwap(string str, char c1, char c2);

int main()
{
string s;
char c1, c2;
cin >> s >> c1 >> c2;
cout << doubleSwap(s, c1, c2);
}

string doubleSwap(string str, char c1, char c2)
{
for (int i = 0; i < str.size(); i++)
{
if (str[i] == c1)
str[i] = c2;
else if (str[i] == c2)
str[i] = c1;
}

return str;
}
🟢لطفا سوالات, نظرات و کد های خود را برای ما کامنت کنید.

BY Tp hunters cpp




Share with your friend now:
tgoop.com/tphunterscpp/181

View MORE
Open in Telegram


Telegram News

Date: |

"Doxxing content is forbidden on Telegram and our moderators routinely remove such content from around the world," said a spokesman for the messaging app, Remi Vaughn. As of Thursday, the SUCK Channel had 34,146 subscribers, with only one message dated August 28, 2020. It was an announcement stating that police had removed all posts on the channel because its content “contravenes the laws of Hong Kong.” How to create a business channel on Telegram? (Tutorial) How to Create a Private or Public Channel on Telegram? With the “Bear Market Screaming Therapy Group,” we’ve now transcended language.
from us


Telegram Tp hunters cpp
FROM American