// syntax for inserting elements in set using iterator range
s.insert(v.begin(), v.end()); for (int x : s) { cout << x << " "; } // Output: 10 20 30 return 0;
}
# | User | Rating |
---|---|---|
1 | tourist | 3856 |
2 | jiangly | 3747 |
3 | orzdevinwang | 3706 |
4 | jqdai0815 | 3682 |
5 | ksun48 | 3591 |
6 | gamegame | 3477 |
7 | Benq | 3468 |
8 | Radewoosh | 3462 |
9 | ecnerwala | 3451 |
10 | heuristica | 3431 |
# | User | Contrib. |
---|---|---|
1 | cry | 167 |
2 | -is-this-fft- | 162 |
3 | Dominater069 | 160 |
4 | Um_nik | 158 |
5 | atcoder_official | 156 |
6 | Qingyu | 155 |
7 | djm03178 | 151 |
7 | adamant | 151 |
9 | luogu_official | 150 |
10 | awoo | 147 |
// syntax for inserting elements in set using iterator range
s.insert(v.begin(), v.end()); for (int x : s) { cout << x << " "; } // Output: 10 20 30 return 0;
}
Yesterday, I participated in a real contest in my life, in July 11, 2024. Codeforces contests are very great, and fair also. I struggled a bit at first the time I'm new with this platform. After a while, I've been familiar with all the things in it. I hope more contests from Codeforces team, then I can boost my rating. Right now, I'm just a newbie.
Name |
---|