QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#467434#3013. XOR SequencesLVJBot1WA 0ms3656kbC++14134b2024-07-08 16:12:192024-07-08 16:12:19

Judging History

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

  • [2024-07-08 16:12:19]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3656kb
  • [2024-07-08 16:12:19]
  • 提交

answer

/* Submission UUID: 7a74d376-5c90-4e48-8928-ae375a1de9b1. */
#include<bits/stdc++.h>
using namespace std;int main(){cout<<0;return 0;}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3656kb

input:

4 12
2
2
3
6
1
12
1
12
9
7
5
5
4
8
10
11

output:

0

result:

wrong answer expected 8, found 0