QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#495897#8830. Breaking Baducup-team3897#WA 1ms5696kbC++113.0kb2024-07-28 00:23:552024-07-28 00:23:55

详细

Test #1:

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

input:

2
0 4
4 0

output:

YNNYN

result:

ok "YNNYN"

Test #2:

score: 0
Accepted
time: 0ms
memory: 3580kb

input:

2
1 1
1 1

output:

NNYNN

result:

ok "NNYNN"

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 3712kb

input:

4
0 0 1 0
0 1 0 1
0 0 0 0
1 1 0 0

output:

YYNNN

result:

wrong answer 1st words differ - expected: 'YYYYN', found: 'YYNNN'