Advanced Problem Search

You can use this page to search for problems with specific properties.
Operator / FilterFeatureExample
""
完全一致
"A+B - 2"
問題名に "A+B - 2" が含まれる問題
()
優先順位指定子 (括弧)
A+B (2 | 3)
問題名に "A+B" が含まれ、"2" または "3" が含まれる問題
-
!~
含まない ("not" 演算)
-Large
問題名に "Large" が含まれない問題
*s..g -@$me
Silver 以上 Gold 以下の問題で、自分が解いていない問題
&
両方含む ("and" 演算)
"A+B" 2
問題名に "A+B" と "2" が両方含まれる問題
#dp #math
ダイナミックプログラミングと数学の両方のタグを持つ問題
|
1つ以上含む ("or" 演算)
Small | Large
問題名に "Small" または "Large" が含まれる問題
#greedy | #ad_hoc
グリーディアルゴリズムまたはアドホックタグを持つ問題
*
tier:

tier<int>range<tier<int>>
*b..s
*g4..g1
*0
id:

intrange<int>
id:1000..1099
s#
solved:

intrange<int>
s#1000..
s#100..500
#
tag:

string
#dp
/
from:

string
/ucpc2022
/*favorites
Pro
t#
average_try:µ#

floatrange<float>
t#3..5
%
lang:

string
%ko
@
solved_by:s@

string
@$me
@shiftpsh
o@
solved_by_org:
Pro
string
o@sogang
Pro
t@
tried_by:

string
t@$me
t@shiftpsh
v@
voted_by:c@contributed_by:

string
v@$me
v@shiftpsh
c/
in_class:

int
c/1
e/
in_class_essentials:

int
e/1
s?
standard:

boolean
s?true
p?
sprout:sp?

boolean
p?true
o?
solvable:

boolean
o?true
v?
votable:c?contributable:

boolean
v?true
w?
warning:

boolean
w?true
v#
voted:c#contributed:

intrange<int>
v#10..
v#1..5
**
vote_average:a*µ*
Pro
tier<float>range<tier<float>>
**b..s
Pro
**s4
Pro
**g0.9..g0.5
Pro
s*
vote_stdev:σ*
Pro
floatrange<float>
s*1..
Pro

Input

TypeExplainationExample
intInteger value1, 2, 3
floatFloating point value1, 1.5, 3.14
booleanTrue/false value
0, f, false
False
1, t, true
True
stringStringshello, world
range<int>Range of integers
1
x = 1
1000..
x ≥ 1,000
..1000
x ≤ 1,000
3..14
3 ≤ x ≤ 14
range<float>Range of floats
1
x = 1
1.5..
x ≥ 1.5
..3.14
x ≤ 3.14
3..3.14
3 ≤ x ≤ 3.14
tier<int>Level/tier
g1
Gold I
r5
Ruby V
7
Silver IV
range<tier<int>>Range of levels/tiers
g1
x = Gold I
s
Silver V ≤ x ≤ Silver I
b1..b5
Bronze V ≤ x ≤ Bronze I
r5..r1
Ruby V ≤ x ≤ Ruby I
..p
x ≤ Platinum I
p..
x ≥ Platinum V
s1..p
Silver I ≤ x ≤ Platinum I
tier<float>Exact level/tier
g1
Gold I + 0.0
b0.5
Bronze I + 0.5
9.6
Silver I − 0.4
range<tier<float>>Range of exact levels/tiers
g1
x = Gold I + 0.0
s
Silver V − 0.5 ≤ x ≤ Silver I + 0.5
b1..b5
Bronze V + 0.0 ≤ x ≤ Bronze I + 0.0
p5.5..p5.4
Platinum V − 0.5 ≤ x ≤ Platinum V − 0.4