QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#101583#6376. LaLa and Lamprunewrz#WA 2ms3504kbC++20103b2023-04-30 13:33:492023-04-30 13:33:52

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-04-30 13:33:52]
  • 评测
  • 测评结果:WA
  • 用时:2ms
  • 内存:3504kb
  • [2023-04-30 13:33:49]
  • 提交

answer

#include <bits/stdc++.h>
using namespace std;

int main()
{
    cout << "Yes\n";
    return 0;
}

詳細信息

Test #1:

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

input:

6
0
00
000
0110
00100
000000

output:

Yes

result:

ok answer is YES

Test #2:

score: 0
Accepted
time: 2ms
memory: 3252kb

input:

2
0
11

output:

Yes

result:

ok answer is YES

Test #3:

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

input:

3
1
10
011

output:

Yes

result:

ok answer is YES

Test #4:

score: -100
Wrong Answer
time: 2ms
memory: 3256kb

input:

4
1
11
101
0101

output:

Yes

result:

wrong answer expected NO, found YES