-
Updated
Jun 13, 2021
programming-contests
Here are 302 public repositories matching this topic...
-
Updated
Aug 1, 2021 - Rust
-
Updated
Aug 1, 2021 - C++
-
Updated
Jul 22, 2021 - C++
-
Updated
Aug 2, 2021 - TypeScript
-
Updated
Jul 22, 2021 - Python
Code one that runs in proportion to R instead of R and N (i.e. N should be able to be arbitrarily large)
-
Updated
Jul 20, 2021 - Python
When icpc/ccs-specs#38 is merged, we no longer need the scoreboard.tsv
export. We can replace it with something that internally gets the scoreboard API endpoint and downloads it as JSON.
...so admins know which issues still need to be addressed
-
Updated
Jun 1, 2021 - JavaScript
-
Updated
Dec 13, 2020 - C++
-
Updated
Apr 7, 2019 - JavaScript
-
Updated
Jul 18, 2021 - C++
-
Updated
Mar 17, 2020 - C++
-
Updated
Aug 1, 2021 - Python
-
Updated
Jan 31, 2021 - C++
-
Updated
Jul 28, 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
添字の中の演算子に無駄な括弧が付いてる
h_1[(i3 + 1)]
でなくて h3[i3 + 1]
ってなっててほしい
現状:
std::min<int64_t>(
x2[i3][1] + std::max<int64_t>(-h_1[(i3 + 1)] + h_1[(i3 + 2)],
h_1[(i3 + 1)] - h_1[(i3 + 2)]),
x2[i3][0] + std::max<int64_t>(-h_1[i3] + h_1[(i3 + 2)],
h_1[i3] - h_1[(i3 + 2)]))};
-
Updated
Apr 25, 2021 - JavaScript
-
Updated
Feb 27, 2021 - C++
-
Updated
Jul 30, 2020 - Python
-
Updated
Aug 2, 2021 - Shell
-
Updated
Oct 2, 2019 - C++
-
Updated
Apr 5, 2020 - Python
-
Updated
Apr 14, 2021 - C++
-
Updated
Jun 14, 2021 - Python
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 has a thriving community of many users including English, Chinese, Russian and we are constantly adding new language.
However, the developers don't know every language, and the translators don't always have time, so we need your help in translating.
You can read the contributing guidelines on how to upda