QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#38705 | #1459. Face Recognition Algorithm | ZhaoZiLong | WA | 1ms | 1812kb | C++20 | 904b | 2022-07-07 10:30:25 | 2022-07-07 10:30:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 1736kb
input:
3 3 0 0 1 0 0 1 1 2 2 3 3 1
output:
YES
result:
ok answer is YES
Test #2:
score: 0
Accepted
time: 1ms
memory: 1796kb
input:
4 4 0 0 3 0 0 3 1 1 1 2 2 3 3 1 1 4
output:
NO
result:
ok answer is NO
Test #3:
score: 0
Accepted
time: 1ms
memory: 1812kb
input:
4 6 0 0 3 0 0 3 1 1 1 2 2 3 3 1 1 4 2 4 3 4
output:
YES
result:
ok answer is YES
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 1808kb
input:
4 5 0 0 2 0 1 1 0 2 1 2 1 3 1 4 2 3 3 4
output:
YES
result:
wrong answer expected NO, found YES