-
Updated
Feb 3, 2021 - Rust
codeforces
Here are 1,012 public repositories matching this topic...
-
Updated
Feb 7, 2021 - C++
-
Updated
Jun 9, 2020 - Go
In #549, we added unittests for dispatch AtCoder and Codeforces.
To increasing test coverage, we should add unittests for other contest (HackerRank, CS Academy, ...).
Not only tests for all other contests, tests for the part of contests are welcome.
-
Updated
Jan 25, 2021 - C++
-
Updated
Jun 4, 2020 - JavaScript
For C++ code, especially for Bronze through Gold, we should use (at most) the following template:
#include <bits/stdc++.h> // see /general/running-code-locally
using namespace std;
using ll = long long;
using vi = vector<int>;
#define pb push_back
#define all(x) begin(x), end(x)
#define sz(x) (int)(x).size()
using pi = pair<int,int>;
#define f first
#define s second
#def-
Updated
Apr 7, 2019 - JavaScript
-
Updated
Feb 20, 2021 - C++
-
Updated
Jan 10, 2021 - C++
-
Updated
Oct 1, 2020
-
Updated
Feb 6, 2021 - TypeScript
-
Updated
Jan 16, 2021 - Python
-
Updated
Jul 21, 2019 - Java
-
Updated
Feb 20, 2021 - C++
-
Updated
Jan 6, 2021 - C++
-
Updated
Feb 16, 2021
-
Updated
Feb 14, 2021 - TypeScript
-
Updated
Feb 15, 2018 - C++
-
Updated
Jan 8, 2021 - C++
-
Updated
Oct 10, 2018 - Python
Step 1 - Fork this repository.
Step 2 - Clone the repository to yuor local machine.
Step 3 - Resolve this bugs, mentions provided in the Issues section of the repository. Also add a description what changes you ahve done.
Step 4 - Add the changes to your repository.
Step 5 - Create a PULL Request. And that's all.
NOTE - Please start the filename with platform name on which theproblem was solv
-
Updated
Nov 18, 2020 - C++
-
Updated
Jan 26, 2021 - C++
-
Updated
Oct 2, 2020 - C++
-
Updated
Dec 18, 2019 - Python
-
Updated
Jan 11, 2021 - Python
Improve this page
Add a description, image, and links to the codeforces topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the codeforces topic, visit your repo's landing page and select "manage topics."



Is your feature request related to a problem? Please describe.
Now we need to manually click "Uncheck Accepted" in the "More" menu of the test cases. Some users may want to automate this process.
Describe the solution you'd like
Add an option to auto-uncheck accepted test cases.