QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#130282#6376. LaLa and LampZhaoZiLongWA 1ms3468kbC++141.5kb2023-07-23 19:29:072023-07-23 19:29:29

詳細信息

Test #1:

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

input:

6
0
00
000
0110
00100
000000

output:

Yes

result:

ok answer is YES

Test #2:

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

input:

2
0
11

output:

No

result:

wrong answer expected YES, found NO