QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#691249#8813. Records in Chichén Itzáucup-team3195#RE 0ms3820kbC++203.2kb2024-10-31 10:33:042024-10-31 10:33:04

詳細信息

Test #1:

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

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: