My ContributionsGuidelines

Problem Contribution Guidelines – v2

This guideline is effective from June 5, 2022. Please refer to the Site Usage Rules.

Anyone who is a Bronze V or higher can submit a comment about the problem's difficulty. The difficulty contributions of Platinum V or higher users will be used to calculate the problem's difficulty, and depending on the number of contributions, users can gain up to 25 rating points.

Difficulty System Overview

solved.ac aims for a difficulty system that motivates users to improve their skills by solving problems.

When determining the difficulty level. of each problem, consider the following aspects from the perspective of a general problem-solver:

Please be especially careful when contributing if you solved the problem by referring to the editorial.

The contributions are sorted by difficulty level value, and then approximately the middle 80% is taken after trimming 10% (rounded) from the top and bottom. It uses a weighted average with a half-life of about one year. The exact weighting formula is as follows:

max{0.5[t(contrib.)t(most recent contrib.)]/365 days,0.9i(contrib.)i(most recent contrib.)} \max \left\{ 0.5^{ \left[ t\left(\textrm{contrib.}\right) - t\left(\textrm{most recent contrib.}\right) \right] / {365 \textrm{ days}} }, 0.9^{ i\left(\textrm{contrib.}\right) - i\left(\textrm{most recent contrib.}\right) } \right\}

Difficulty Contribution Guidelines

General Principles for Easy Problems

DifficultyDescription
Bronze VProblems that require implementing straightforward instructions
Do not include knowledge beyond what is required for the Sprout tier problems
Do not require mathematical background knowledge or require only a basic understanding of necessary background knowledge (e. g., suitable for elementary school lower grades)
Very easy to understand the text and do not require translating sentences from the problem into formulas
Bronze IVProblems that require implementing straightforward instructions
Do not include knowledge beyond what is required for the seed tier problems
Do not require mathematical background knowledge or require only a basic understanding of necessary background knowledge (e.g., suitable for elementary school lower grades)
Very easy to understand the text and translating sentences from the problem into formulas is very easy
Bronze IIISimple problems that can be solved with a bit of thought
Do not require mathematical background knowledge or require only a basic understanding of necessary background knowledge (e.g., suitable for elementary school upper grades)
Easy to understand the text and not difficult to translate sentences from the problem into formulas
Bronze II - IProblems that can be solved through thought
Require only a superficial understanding of necessary mathematical background knowledge (e.g., suitable for middle school students)
Easy to understand the text and not difficult to translate sentences from the problem into formulas

Examples:

Guidelines for Special Cases in Difficulty Assignment

If a problem can be solved with an easy solution that the setter did not intend:

For subtask, partial score, and full scoring problems:

Rough Difficulty Comparison

Codeforces

Div. 2Div. 1Similar Tier Level
ABronze V — Silver III
BSilver IV — Gold II
C~DAGold III — Platinum III
BPlatinum V — Diamond V
CPlatinum II — Diamond II
DDiamond IV —

Difficulty Standards

For some problems, solved.ac directly sets and fixes the difficulty. Please refer to these problems when contributing to the difficulty of other problems.

Difficulty standard problems can be searched with votable:false.

Sprout

Problems that are good for learning the syntax of common programming languages are specially set as 'Sprout Difficulty'. These problems are indicated with a sprout icon on a light green background.

Not ratable

Some problems cannot be assigned a difficulty, and solving them yields a rating of 0. These problems are indicated with a '0' icon and are not counted in the number of problems solved.

The criteria for solved.ac to assign a problem as Not ratable are as follows:

  1. (Extra) Problems with the [Extra] tag on BOJ.
  2. (Solvability) Problems where it is impossible to reduce the probability of an incorrect first submission below 0.01%* based solely on the problem situation.
    • The problem situation includes the description, input data, and interactor, among others, but is not limited to these.
    • Although it is impossible to calculate the exact probability, if the problem situation is not clear enough to deduce the precise problem situation through sufficient reasoning, it falls under this criterion. For example, if the given conditions alone are insufficient to solve the problem or if different inputs from those presented in the input format are provided etc.
  3. (Out of Focus) Problems where the knowledge needed to solve them most easily is significantly different from the knowledge generally required in the field of algorithm problem solving, and it is difficult to infer such knowledge using only the problem situation and common sense.**
  4. (Understandability) Problems where the description is obscure, or the grammar is severely distorted, making it quite difficult to understand the problem situation.
  5. (Other) Problems for which it is deemed appropriate to make them Unrated for other reasons.

* The reason for setting 'less than 0.01%' instead of 'exactly 0%' is that there are problems that require randomized solutions. These problems usually have solutions that are less likely to be incorrect than the probability of the judging system failing.

** Exceptions: Among the same source problems, one or more, or problems or links explicitly mentioned in the description that provide relevant foundational knowledge

CriterionApplicable ExamplesInapplicable Examples
Extra구구
Solvability(Probability) 랜덤 게임~, Mystery
(Multiple submissions required) 3분 그래프
랜덤 게임?
Out of Focus(Physics) 총알의 속도
(Non-Euclidean Geometry) 외심과 내심은 사랑입니다
(Others) 스타트링크 사무실을 파헤쳐보자
(Foundational Knowledge Provided) 탄성 충돌
(Reasonable Inference) 별 찍기 - 11, UCPC에서 가장 쉬운 문제 번호는?
(Explicit Mentioning) 데이터 만들기 1, 문제를 푸는 문제
Understandability요구르트의 유통기한잭 바우어, Africa
Othermultiple edges\textbf{multiple}\text{ edges}

Problems Not Yielding Ratings

Problems that meet one or more conditions will not yeild ratings even if solved. These problems are indicated with a warning icon next to the difficulty icon.

Unlike Not ratable, these problems do have a difficulty and can contribute to it.

Tags

Only tags used in the easiest solution when solving the problem are attached. However, if the 'easiest' solution is unclear (especially if there are several solutions of similar difficulty), it is permissible to write tags for all solutions.

Discussion

If you are unsure what difficulty to assign to a problem or if the current difficulty of the problem differs from what you think, please initiate a discussion in the #🏅solvedac-난이도 channel of the solved.ac Discord. Active discussions on difficulty are taking place in the #🏅solvedac-난이도 channel. You are welcome to start a discussion in English.

Other Notes

Manipulating tier calculations by assigning unreasonably high or low difficulties may result in permanent service restrictions according to the Site Usage Rules.

Previous Guidelines