• Problems
  • /
  • Special Cases of Problem Levels

Special Cases of Problem Levels

English한국어

Some problems do not fall into the 30 tiers due to various reasons such as lack of contributions. The level values of the following problems are 0.

Not ratable Unrated

Unrated Problems List

Problems with no contributions yet. They may be included in the AC rating calculation if contributions are made in the future.

  • You can find these problems by searching *0 v?true or *0 v?.

Unrated Not ratable

Not ratable Problems List

Problems that cannot be rated. Unlike Unrated problems, solving these problems does not count towards the number of problems solved.

  • You can find these problems by searching *0 v?false or *0 v?0.

Criteria

The criteria for solved.ac to rate problems as Not ratable are as follows.

  1. (Extra) Problems with the [번외](Extra) tag on BOJ.
  2. (Solvability) Problems that cannot reduce the probability of the first submission being incorrect to less than 0.01%* based solely on the problem situation.
    • The problem situation includes the problem statement, input data, interactor, etc., and is not limited to them.
    • Problems for which the probability of an incorrect answer cannot be calculated, and problems for which the correct problem situation cannot be inferred through sufficient reasoning are included. For example, problems that cannot be solved with the given conditions alone, or problems where different inputs are given than those specified in the input format, etc.
  3. (Out of focus) Problems that are significantly different from the knowledge generally required in the field of algorithm problem-solving to solve them in the easiest way, and that are difficult to infer using only the problem situation and common sense.**
  4. (Understandability) Problems with a confusing description or heavily distorted grammar that make it very difficult to understand the problem situation.
  5. (Others) Other problems that are considered desirable to rate as Not ratable.

* The reason for setting it to 'less than 0.01%' instead of 'exactly 0%' is that there are problems solvable with randomization. These problems usually have a probability of being incorrect with a probability lower than the probability of the judging system failing.

** Exception: One or more problems from the same source, or problems explicitly mentioning the base knowledge in the description or providing related base knowledge from the link.

Examples

CriteriaApplicable ExamplesInapplicable Examples
Extra구구
Solvability(Probability) 랜덤 게임~, Mystery
(Requires 2 or more submissions) 3분 그래프
랜덤 게임?
Out of focus(Physics) 총알의 속도
(Non-analytic geometry) 외심과 내심은 사랑입니다
(Others) 스타트링크 사무실을 파헤쳐보자
(Base knowledge provided) 탄성 충돌
(Inferable) 별 찍기 - 11, UCPC에서 가장 쉬운 문제 번호는?
(Explicitly mentioned) 데이터 만들기 1, 문제를 푸는 문제
Understandability요구르트의 유통기한잭 바우어, Africa
Othersmultiple edges\textbf{multiple}\text{ edges}

Warning Warning

Problems with Problem-solving Warnings

Problems that meet one or more of the following conditions have a level value of 0 and do not give a rating even if solved. These problems are marked with a Warning warning icon next to the level icon.

  • Problems that can be easily solved by searching for the sequence or recurrence relation of the problem on the internet without any knowledge of the problem, and the difficulty of implementing the recurrence relation is significantly different from the difficulty of solving the problem from start to finish without knowing the solution.
  • Problems that are completely identical to other existing problems.
    • Problems with no difference in the ideas that need to be used to reach the answer during the process from the problem statement to the answer are considered the same problem.
    • Even if the problems can be solved with the same code, if there are differences in additional information that the programmer must obtain from the problem statement, the two problems are considered different problems.

Different from Not ratable, the level of the problems are displayed, and one can contribute to the problems.

  • You can find these problems by searching w?true or w?.
  • To exclude problems with problem-solving warnings from your search, add w?false or -w? to the end of your query.