-
Updated
Nov 1, 2020
programming-contests
Here are 299 public repositories matching this topic...
-
Updated
Mar 26, 2021 - Rust
-
Updated
Apr 13, 2021 - C++
-
Updated
Mar 15, 2021 - C++
-
Updated
Apr 19, 2021 - TypeScript
-
Updated
Apr 14, 2021 - Python
-
Updated
Apr 17, 2021 - Python
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
#defThe above file and the manual from October 2017 mentioned the existence of a teammessage.txt feedback file that, presumably, would be shown to the team as submission feedback like judgemessage.txt is shown to the judges.
I have recently had cause to desire this functi
We should add a DMOJ_PROBLEM_STATEMENT_DISALLOWED_CHARACTERS = ('“', '”', '‘', '’') settings option, and validate (at least) problem statements to not contain any of the characters within it.
We've tried the social solution, but it's proven hard to enforce.
-
Updated
Jan 30, 2021 - JavaScript
-
Updated
Dec 13, 2020 - C++
-
Updated
Apr 7, 2019 - JavaScript
-
Updated
Apr 18, 2021 - Python
-
Updated
Mar 21, 2021 - C++
-
Updated
Mar 17, 2020 - C++
-
Updated
Jan 31, 2021 - C++
-
Updated
Apr 18, 2021 - C++
We sometimes want to run tests which are not associated to specific problems (e.g. generating inputs using srand() and rand(), and check the output with assert()). For this, we can use Hello World as a dummy problem.
However, this technique is not trivial, so we should print hint messages when test files with no PROBLEM
-
Updated
Mar 11, 2021 - JavaScript
-
Updated
Feb 27, 2021 - C++
-
Updated
Jul 30, 2020 - Python
-
Updated
Oct 2, 2019 - C++
-
Updated
Apr 5, 2020 - Python
-
Updated
Apr 14, 2021 - C++
-
Updated
Apr 19, 2021 - Shell
-
Updated
Apr 12, 2021 - Python
-
Updated
Dec 31, 2020 - Haskell
Improve this page
Add a description, image, and links to the programming-contests topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the programming-contests topic, visit your repo's landing page and select "manage topics."
CP Editor supports GUI in multiple languages, including English, Chinese, and Russian. However, the developers don't know every language, and the translators don't always have time, so we need help translating the text.
You can read the contributing guidelines on how to update translations.