QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#461188#8830. Breaking Baducup-team2335#WA 331ms3808kbC++14914b2024-07-02 16:50:262024-07-02 16:50:27

詳細信息

Test #1:

score: 100
Accepted
time: 315ms
memory: 3808kb

input:

2
0 4
4 0

output:

YNNYN

result:

ok "YNNYN"

Test #2:

score: 0
Accepted
time: 319ms
memory: 3616kb

input:

2
1 1
1 1

output:

NNYNN

result:

ok "NNYNN"

Test #3:

score: -100
Wrong Answer
time: 331ms
memory: 3720kb

input:

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

output:

YYNYN

result:

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