QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#453806#8813. Records in Chichén Itzáucup-team4257RE 0ms3596kbC++23664b2024-06-24 12:04:542024-06-24 12:04:56

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3596kb

input:

3
6
1 1 1 1 3 3
5
1 1 2 2 2
10
1 1 1 1 2 2 2 2 3 3

output:

No
No
Yes

result:

ok 3 tokens

Test #2:

score: -100
Runtime Error

input:

1
2
1 1

output:


result: