高效地刷 Codeforces —— 好用的CF插件推荐

1. Vscode 插件——CPH非常好用的插件,可以在 Vscode 中快速的新建测试样例,并且一键测试多个样例。就是需要修改一下编译命令。Vscode中设置id: cph.language.cpp.Args-O2 -Wall -std=c++17 -pipehttps://marketplace
2023年05月19日 4,897次浏览

Codeforces Round #833 (Div. 2)

A. The Ultimate Square#include <bits/stdc++.h>#define endl '\n'#define int long long// #define x first// #define y secondusing namespace std;//
2022年11月13日 473次浏览

Codeforces Round #828 (Div. 3)1744

A - Number Replacement#include <bits/stdc++.h>#define endl '\n'#define int long long// #define x first// #define y secondusing namespace std;//
2022年11月08日 445次浏览

CodeTON Round 3 (Div. 1 + Div. 2, Rated, Prizes!)1750

https://codeforces.com/contest/1750/新手第二把solved2 rating+254
C++ 算法 编程 Codeforces Div1+Div2 2022年11月07日 530次浏览

Codeforces Round #829 (Div. 2)1754

A. Technical SupportNote :One or several.// #pragma GCC optimize(3)#include <bits/stdc++.h>#define endl '\n'#define int long longusing namespace
C++ 算法 编程 Codeforces Div2 2022年11月05日 524次浏览

Codeforces Round #830 (Div. 2)1732

https://codeforces.com/contest/1732
C++ 算法 编程 Codeforces Div2 2022年11月05日 510次浏览

Codeforces Round #832 (Div. 2)1747

https://codeforces.com/contest/1747
C++ 算法 编程 Codeforces Div2 2022年11月05日 484次浏览