Alebn's blog

By Alebn, history, 14 months ago, In English

Hello codeforces! Some of you have probably heard of JBOI (Junior Balkan Olympiad in Informatics). It has been organized every year since 2007, giving an opportunity to many young students to go on their very first OI, give them experience and prepare them for future challenges in high school.

This year however, JBOI is probably going to be without a host. No country has applied to organize it so it will probably be online or in the worst case it won't be organized at all.

If you are in the position to do something to change this, are willing to help organise JBOI in your country, or know someone who can; please make the day of junior cp-ers by giving them the opportunity of their first olympiad/visit to another country

I made this blog post to find the people who can do this but I also encourage discussion about JBOI in the comments

Thank you very much and to the rest of potential JBOI participants, I hope to see you there :>

  • Vote: I like it
  • +17
  • Vote: I do not like it

»
14 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Does anybody know a website where we can upsolve JBOI 2022 problems?

  • »
    »
    14 months ago, # ^ |
    Rev. 2   Vote: I like it +1 Vote: I do not like it

    You can submit here, but the statements are in Romanian. For English statements you can check https://jboi2022.lrmd.ro/competition/tasks.

    • »
      »
      »
      10 months ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      I tried to submit it in and it gave me Compilation Error while it was working on my compiler

      • »
        »
        »
        »
        10 months ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        I am assuming this is your submission. Read the error. As far as I know, variable length arrays are not in the C++ standard, but some compilers may support them as an extension. Initialize the arrays with constant lengths and it should work.

        • »
          »
          »
          »
          »
          10 months ago, # ^ |
            Vote: I like it 0 Vote: I do not like it

          thx, can ask you in the future when i have some problems with JBOI?

»
14 months ago, # |
  Vote: I like it -11 Vote: I do not like it

tbh I think that EJOI is enough

»
13 months ago, # |
  Vote: I like it +1 Vote: I do not like it

Is there any update regarding JBOI 2023?

  • »
    »
    13 months ago, # ^ |
      Vote: I like it +1 Vote: I do not like it

    Sadly no, 99% it will be online

»
12 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Any news?

»
12 months ago, # |
  Vote: I like it 0 Vote: I do not like it

I am getting worried about the future of the OI organizations. Even EJOI 2023 was announced late this year.

»
11 months ago, # |
Rev. 3   Vote: I like it +16 Vote: I do not like it
  • »
    »
    11 months ago, # ^ |
      Vote: I like it +5 Vote: I do not like it

    Is it onsite?

    • »
      »
      »
      11 months ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Can someone answer?

    • »
      »
      »
      11 months ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      It will be online. Organizers of national competitions in your country should have already gotten an email about other details, so I would suggest getting in touch with them.

    • »
      »
      »
      10 months ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      I wish it were onsite I would love to see people

»
11 months ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

what is the age limit?

»
10 months ago, # |
  Vote: I like it 0 Vote: I do not like it
»
10 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Day 1 problems:

  1. Penalitate babana
  2. CHT penale
  3. Subtaskuri penale
  • »
    »
    10 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Didn't 3. only have 3 subtasks, out of which 2 were only 1 subtask

    Also did 2. really need CHT to be solved?

    • »
      »
      »
      10 months ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Yeah, problem 2 required CHT for full solution, and had 1 full solve.

      • »
        »
        »
        »
        10 months ago, # ^ |
        Rev. 2   Vote: I like it 0 Vote: I do not like it

        Beuh my mentor told me its ez (CHT is hard...) Anyways how didnt nobody solve 3? I got the idea in the last 10 mins and it isnt that hard. You represent the number as a bitmask and calculate the sum by calculating for each possible count(i) using the 1's in the binary representation

        • »
          »
          »
          »
          »
          10 months ago, # ^ |
            Vote: I like it 0 Vote: I do not like it

          Why are you talking to your mentor about problems during competition anyways?

          • »
            »
            »
            »
            »
            »
            10 months ago, # ^ |
              Vote: I like it 0 Vote: I do not like it

            What? I talked to him after the competition. You didnt understand me

            • »
              »
              »
              »
              »
              »
              »
              10 months ago, # ^ |
                Vote: I like it 0 Vote: I do not like it

              Relax, I was just kidding, no worries!

  • »
    »
    10 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Day 1:

    Problem 1: Cautare binara babana

    Problem 2: Am rezolvat-o la ora cu Ana Boiangiu acm 3 luni, deci tot babana

    Problem 3: Didnt read but output random shuffle 83 points baban

»
10 months ago, # |
  Vote: I like it +1 Vote: I do not like it
1.3 (My solution)
»
10 months ago, # |
  Vote: I like it 0 Vote: I do not like it