QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#808259#9810. Obliviate, Then Reincarnateucup-team6163#WA 1ms5848kbC++233.3kb2024-12-10 19:04:382024-12-10 19:04:38

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 5848kb

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: 1ms
memory: 5668kb

input:

3 2 3
1 1
-1 0
1
2
3

output:

No
No
No

result:

ok 3 tokens

Test #3:

score: 0
Accepted
time: 1ms
memory: 5624kb

input:

1 1 1
0 1000000000
-1000000000

output:

Yes

result:

ok "Yes"

Test #4:

score: -100
Wrong Answer
time: 1ms
memory: 5576kb

input:

3 2 3
0 1000000000
1 -1000000000
-1000000000
0
-1000000000

output:

No
Yes
No

result:

wrong answer 2nd words differ - expected: 'No', found: 'Yes'