QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#796509#6376. LaLa and Lamprookiefyq#WA 0ms3708kbC++1467b2024-12-01 20:02:342024-12-01 20:02:35

Judging History

你现在查看的是最新测评结果

  • [2024-12-01 20:02:35]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3708kb
  • [2024-12-01 20:02:34]
  • 提交

answer

#include<bits/stdc++.h>
int main(){
    std:: cout << "Yes\n";
}

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3656kb

input:

6
0
00
000
0110
00100
000000

output:

Yes

result:

ok answer is YES

Test #2:

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

input:

2
0
11

output:

Yes

result:

ok answer is YES

Test #3:

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

input:

3
1
10
011

output:

Yes

result:

ok answer is YES

Test #4:

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

input:

4
1
11
101
0101

output:

Yes

result:

wrong answer expected NO, found YES