CARVIEW |
Select Language
HTTP/2 200
date: Tue, 14 Oct 2025 08:20:39 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=f9d56cb7ad3c7415e12cd7d7fecd665ecd16824be4552d3f0be3b4ce7b0d0df1a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22jt0gIaYuJQUdd-hH2Df6aEU5Be4YNOYK%22%3B%7D; HttpOnly; Path=/
cf-ray: 98e5a8a2efe8c19c-BLR
#include <iostream>#include <sstream>#include <cstdlib>#include <algorithm - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #include <sstream>
- #include <cstdlib>
- #include <algorithm>
- #include <cmath>
- #include <iomanip>
- #include <numeric>
- #include <vector>
- #include <string>
- #include <set>
- #include <map>
- using namespace std;
- #define ll long long
- void sherry()
- {
- ios_base::sync_with_stdio(false), cin.tie(nullptr), cout.tie(nullptr);
- #ifndef ONLINE_JUDGE
- freopen("input.txt", "r", stdin), freopen("output.txt", "w", stdout);
- #endif
- }
- bool comp(pair<int, int> a, pair<int, int> b)
- {
- return a.second < b.second;
- }
- int main()
- {
- sherry();
- string s;
- map<char, int> m;
- cin >> s;
- for (ll i = 0; i < s.size(); i++)
- {
- m[s[i]]++;
- }
- for (ll i = 0; i < s.size(); i++)
- {
- if (m[s[i]] % 2 == 1)
- {
- cout << s[i];
- m[s[i]] = 0;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
📌 Instant BTC Profit Method ✅ Working E
JavaScript | 3 sec ago | 0.25 KB
-
⭐⭐⭐Crypto Accounts⭐⭐
Java | 5 sec ago | 0.15 KB
-
⭐⭐⭐MAKE $1000 INSTANTLY⭐⭐
Java | 6 sec ago | 0.15 KB
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 7 sec ago | 0.15 KB
-
✅ Make $2500 in 20 minutes⭐ X
JavaScript | 11 sec ago | 0.25 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 11 sec ago | 0.15 KB
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 16 sec ago | 0.15 KB
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 17 sec ago | 0.15 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand