QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#400339 | #8062. Guess Who | lmq26052003 | WA | 1ms | 3864kb | C++23 | 952b | 2024-04-27 10:21:01 | 2024-04-27 10:21:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3852kb
input:
5 5 3 YYYYY NNNNN YNYNY YYYNN NNYYY 1 N 2 N 3 Y
output:
unique 5
result:
ok 2 lines
Test #2:
score: 0
Accepted
time: 0ms
memory: 3864kb
input:
5 5 3 YYYYY NNNNN YNYNY YYNNN NNNYY 1 Y 5 Y 3 Y
output:
ambiguous 2
result:
ok 2 lines
Test #3:
score: 0
Accepted
time: 0ms
memory: 3656kb
input:
1 1 1 Y 1 Y
output:
unique 1
result:
ok 2 lines
Test #4:
score: 0
Accepted
time: 0ms
memory: 3788kb
input:
1 15 1 NYYNYYNNNYNNYYN 6 Y
output:
unique 1
result:
ok 2 lines
Test #5:
score: 0
Accepted
time: 0ms
memory: 3848kb
input:
2 1 1 Y N 1 Y
output:
unique 1
result:
ok 2 lines
Test #6:
score: -100
Wrong Answer
time: 0ms
memory: 3508kb
input:
4 2 2 YN NN NY YY 1 N 2 Y
output:
unique
result:
wrong answer 2nd lines differ - expected: '3', found: ''