QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#801573#9810. Obliviate, Then Reincarnateucup-team3685#RE 34ms32908kbC++204.4kb2024-12-07 02:44:292024-12-07 02:44:29

詳細信息

Test #1:

score: 100
Accepted
time: 34ms
memory: 32908kb

input:

3 2 3
1 1
-1 3
1
2
3

output:

Yes
Yes
No

result:

ok 3 tokens

Test #2:

score: 0
Accepted
time: 33ms
memory: 31648kb

input:

3 2 3
1 1
-1 0
1
2
3

output:

No
No
No

result:

ok 3 tokens

Test #3:

score: -100
Runtime Error

input:

1 1 1
0 1000000000
-1000000000

output:


result: