• OlympiadsOJ
  • Home
  • Problems
  • Submissions
  • Users
  • Contests
  • About
    >
    • Status
    • Tips
    • API
    • Github
Log in  or  Sign up

  • Blog
  • Events

News

LKP '18 Contest 2

george_chen, KevinWan posted on Dec. 26, 2018, 11:15 p.m. 0

Thanks for participating in the second LKP Programming Contest!

The winners are:

  1. fjzzq2002 (perfect score)
  2. Deemo (perfect score)
  3. SourSpinach
  4. kyleliu11111
  5. SamZhangQingChuan

We hope you enjoyed the contest!


On Friday, December 28th, we'll be hosting the second LKP Programming Contest!

Anyone with a DMOJ account is welcome to participate, and anyone without one is welcome to register and participate.

Contestants may participate in any 3-hour window between 12:00 EST of Dec. 28th and 12:00 EST of Dec. 31th. Please see the contest page for more details.

See you soon!

DMOPC '18 December Contest

Kirito, r3mark, AvaLovelace posted on Dec. 6, 2018, 12:30 a.m. 0

Thanks for participating in the DMOPC '18 December contest!

The winners are:

  1. ksun48 (perfect score)
  2. neal
  3. Eliden
  4. koosaga
  5. ekzhang

Editorials for each of the problems have been uploaded to the respective problem pages.

We hope you enjoyed the contest, and see you next month!


On Tuesday, December 11th, we'll be hosting the December DMOJ Monthly Open Programming Contest!

Anyone with a DMOJ account is welcome to participate, and anyone without one is welcome to register and participate.

Contestants may participate in any 3-hour window between noon EST of Dec. 11th and noon EST of Dec. 12th. Please see the contest page for more details.

See you soon!

GlobeX Cup

Ninjaclasher, alextxu, Beautiful_Times, shuai_bi, Rimuru posted on Dec. 5, 2018, 1:56 a.m. 5

Congratulations to the winners of the first GlobeX Cup!

The winners of the junior division of GlobeX Cup '18 are:

  1. ericlong2 (perfect score)
  2. alvin123321 (perfect score)
  3. Fungucide (perfect score)

The winners of the senior division of GlobeX Cup '18 are:

  1. zhouzixiang2004 (perfect score)
  2. aeternalis1 (perfect score)
  3. KevinWan (perfect score)

Once again, congratulations to the winners this year. An email has been sent regarding your awards.

Editorials to problem statements will be posted within the next two months.

We hope that you enjoyed the contest and hope to see you again next year!


We're excited to invite you to participate in the GlobeX Cup!

The contest will take place on December 15-16 for a 24-hour window. Once you enter the contest, you will have 3 hours to solve the designated problem statements. It will be split into two divisions of increasing difficulty, with more than $1000 in prizes awarded to the top competitors.

Contest

There are two different divisions featuring problem difficulties from elementary to advanced. To determine which division suits you the best, try the junior sample and the senior sample.

Registration

Please fill out this form in order to register for the contest and be eligible for prizes.

Prizes

  • 1st Place Junior & Senior: Wolfram|One + Wolfram|Alpha Pro
  • 2nd Place Junior & Senior: Any JetBrains Product
  • 3rd Place Junior & Senior: Free Admission to TOHacks

Contact

For any inquiries, please email globexcup@gmail.com or message our Instagram page GlobeXCup.

Another Contest - Contest 3

xiaowuc1 posted on Nov. 23, 2018, 1:00 a.m. 0

We're excited to invite you to Another Contest 3, the third contest in the Another Contest series!

After seeing the second contest be run, we're adding a fourth problem to the contest and shifting the difficulty curve to be more friendly for less experienced participants. You can see the full parameters of the contest on the contest page.

Good luck to all participants!

LKP '18 Contest 1

george_chen, little_prince, KevinWan posted on Nov. 16, 2018, 9:57 p.m. 0

Thanks for participating in the first LKP Programming Contest!

The winners are:

  1. bruce
  2. y0105w49
  3. neal
  4. SourSpinach
  5. arararararararararararararagi

We hope you enjoyed the contest!


On Saturday, November 17th, we'll be hosting the first LKP Programming Contest!

Anyone with a DMOJ account is welcome to participate, and anyone without one is welcome to register and participate.

Contestants may participate in any 3-hour window between 16:00 EST of Nov. 17th and 16:00 EST of Nov. 19th. Please see the contest page for more details.

See you soon!

DMOPC '18 November Contest

Kirito, r3mark, AvaLovelace posted on Nov. 11, 2018, 7:14 a.m. 0

Thanks for participating in the DMOPC '18 November contest!

The winners are:

  1. y0105w49
  2. neal
  3. RainbowRating
  4. Eliden
  5. KevinWan

Editorials for each of the problems have been uploaded to the respective problem pages.

We hope you enjoyed the contest, and see you next month!


On Tuesday, November 13th, we'll be hosting the November DMOJ Monthly Open Programming Contest!

Anyone with a DMOJ account is welcome to participate, and anyone without one is welcome to register and participate.

Contestants may participate in any 3-hour window between noon EST of Nov. 13th and noon EST of Nov. 14th. Please see the contest page for more details.

See you soon!

Another Contest - Contest 2

xiaowuc1 posted on Oct. 31, 2018, 4:00 p.m. 0

We're excited to invite you to Another Contest 2, the second contest in the Another Contest series!

After seeing the first contest be run, we're changing up the format a little bit to make the contest experience more pure. Firstly, we're making the contest rated for everyone who opens the contest. Secondly, the scoreboard will be hidden for the duration of the contest. You can see the full parameters of the contest on the contest page.

We'll also be tuning the difficulty of Another Contest 2 to be lower than the difficulty of Another Contest 1.

Good luck to all participants!

IOI18F Meetings Post 1

xiaowuc1, rpeng, npinsker posted on Oct. 27, 2018, 6:00 a.m. 0

This is the first of a series of blog posts about the task `meetings' from IOI18. It is also available in a contest that will take place in conjunction with these posts.

We chose this problem as an experiment to see whether we can present a single problem in a way that it covers a lot of useful knowledge for a contest related topic. In this aspect, meetings is a great task in that it starts with dynamic programming, then moves into range queries and tree constructions, and finally, finishes it off with geometric data structures.

Furthermore, the setting of meetings is as classical as a data structure problem can get: you get a static array, and you query about some statistic on its subintervals. This is a setting that has been viewed as "completely understood" by most competitors who aim for top 40 or higher at the IOI since around 2005. However, this problem was given, and had 0 solvers. I've also heard several past contestants who placed in the Top-3 at IOIs refer to this problem as "Godly", so that's another reason to discuss it in more details.

In short, the ideas underlying meetings are extremely novel, especially given how well understood the topic is. Also, if mechanically you can solve meetings in 2 hours reliably, you shouldn't have trouble with most data structural topics.

Continue reading...

Two Factor Authentication

quantum, Xyene, Kirito, Rimuru posted on Oct. 24, 2018, 2:35 p.m. 0

Recently, we have rolled out Two Factor Authentication! You can enable it on your edit profile page in order to make your account more secure.

For those that do not know how, the following are the steps that you can take:

  1. Install Google Authenticator, Authy, or any other similar apps that provide the functionality.
  2. Scan the QR Code with your device, or enter the code provided manually.
  3. Enter the code shown by your device to sanity check and complete the enabling process.
  4. Henceforth, your device should provide the 6-digit code that will be used for Two Factor Authentication.

Please note that the time on your device is required to be correct as the codes provided are time-based.

About Multi-Accounts

ksun48, xiaowuc1, ecnerwal, rpeng, xyz111 posted on Oct. 19, 2018, 2:00 a.m. 1

Recently, on the ACC1 (Another Contest), there was a fairly high profile attempt of utilizing fake accounts.

While such attempts may be done partly for humor, the nature of the DMOJ contests (with their long open durations) means such behavior could completely destroy the usefulness of the ranking system. We reached out to the likely users (according to xiaowuc1 it was not too hard to identify who they were by reading their code), and they agree with us about the seriousness of their actions. Please see below for their message.

In fact, we would like to use this opportunity to encourage users who would like to compete at national levels (or higher) to add their real-world information onto the about pages of their profiles. Yes, this adds additional stress for doing the contest (due to feeling like being watched), but it's also an essential part of the contest process.


Hello DMOJ,

We wanted to apologize for cheating on Another Contest 1 (10/12/2018). We took the contest as a team of 3 people with 3 computers on a fake account (y0105vv49). We understand that this is very unsportsmanlike, as it directly affects the rankings of real contestants taking the contest legitimately and sets a bad example for other users. Some of us have previously been reprimanded for this issue before, but we evidently failed to learn our lesson. We won't do this again. If there's any contributions to the DMOJ community we can make to make up for this, such as setting a contest, we'd be eager to volunteer our time.

Andrew He, Kevin Sun, Yinzhan Xu

  • «
  • 1
  • 2
  • ...
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • ...
  • 27
  • 28
  • »

Ongoing contests

2026 Canadian Computing Competition Senior Division Mirror
Ends in 11 days 22:50:08.
2026 Canadian Computing Competition Junior Division Mirror
Ends in 11 days 22:50:08.
2026 Canadian Informatics Workshop - Day 1 Mirror
Ends in 11 days 22:50:08.
2026 Canadian Informatics Workshop - Day 2 Mirror
Ends in 11 days 22:50:08.

Upcoming contests

GCC '26 #1
Starting in 11 days 22:50:09.

Comment stream Discord

  • alexandreriedopro → CCO '96 P2 - SafeBreaker
  • do_ur_homwork → CCC '26 S1 - Baby Hop, Giant Hop
  • Sucram314 → CCC '26 S1 - Baby Hop, Giant Hop
  • vsarca → APIO '16 P2 - Fireworks
  • alexandreriedopro → ECOO '16 R1 P2 - Spindie
  • deus_macaco → CCC '10 J1 - What is n, Daddy?
  • R_G → CCC '07 J4 - Anagram Checker
  • Kingsleyrobotcoder1 → CCC '26 J1 - Concert Tickets
  • do_ur_homwork → New Runtimes
  • JamesJiao → Hello, World! (Hard)
RSS / Atom

New problems

  • CIW '26 P1 - Shopping Mall
  • CIW '26 P2 - Number Shuffle
  • CIW '26 P3 - Gumball Machine
  • CIW '26 P4 - Videostore
  • XORacci Tree
  • Negative Ones
  • CCC '26 S1 - Baby Hop, Giant Hop
RSS / Atom

fork us on Github | like us on Facebook | help us translate | terms of service |